Html Css Color HEX #C3C052 Celery

📋 copy color: '#C3C052'

red 195 ◦ green 192 ◦ blue 82

#C3C052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C3C052

Tints of Celery #C3C052

RGB

 RED value IS 195 (76.56% from 255) = 41.58%

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 41.58%
G = 40.94%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3C052 (or 0xC3C052) is known color: Celery. HEX triplet: C3, C0 and 52. RGB value is (195,192,82). Sum of RGB (Red+Green+Blue) = 195+192+82=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C052 is #3C3FAD. Grayscale: #B4B4B4. Windows color (decimal): -3948462 or 5423299. OLE color: 5423299.

HSL color Cylindrical-coordinate representation of color #C3C052: hue angle of 58.41º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3C052 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 82 -
CMYK 0 0.02 0.58 0.24
HSL 58.41º 0.48% 0.54% -
HSV(B) 58.41º 0.58% 0.76% -
XYZ 42.88 49.91 15.36 -
YUV 180.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 195 192 82 0 0.02 0.58 0.24 58.41 0.48 0.54
Hex C3 C0 52 0 2 3A 18 3A 30 36
Octal 303 300 122 0 2 72 30 72 60 66
Binary 11000011 11000000 1010010 0 10 111010 11000 111010 110000 110110

Color Harmonies of #C3C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C052

Black with #C3C052

Text Example


Text Example

White with #C3C052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C052; }

 p { color: rgb(195,192,82); }

 H1.HeaderClassName
 {
   color: #C3C052;
 }
 .AnyTagClassName
 {
   color: #C3C052;
 }
</style>

background-color css

<style>
 a { background-color: #C3C052; }

 a { background-color: rgb(195,192,82); }

 div.DivClassName
 {
   background-color: #C3C052;
 }
 .BgClassName
 {
   background-color: #C3C052;
 }
</style>

border-color css

<style>
 span { border-color: #C3C052; }

 span { border-color: rgb(195,192,82); }

 td.TdClassName
 {
   border-color: #C3C052;
 }
 .TagClassName
 {
   border-color: #C3C052;
 }
</style>