Html Css Color HEX #C2C047 Celery

📋 copy color: '#C2C047'

red 194 ◦ green 192 ◦ blue 71

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

Shades of Celery #C2C047

Tints of Celery #C2C047

RGB

 RED value IS 194 (76.17% from 255) = 42.45%

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

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 42.45%
G = 42.01%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2C047 (or 0xC2C047) is known color: Celery. HEX triplet: C2, C0 and 47. RGB value is (194,192,71). Sum of RGB (Red+Green+Blue) = 194+192+71=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C047 is #3D3FB8. Grayscale: #B3B3B3. Windows color (decimal): -4014009 or 4702402. OLE color: 4702402.

HSL color Cylindrical-coordinate representation of color #C2C047: hue angle of 59.02º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2C047 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 71 -
CMYK 0 0.01 0.63 0.24
HSL 59.02º 0.5% 0.52% -
HSV(B) 59.02º 0.63% 0.76% -
XYZ 42.24 49.62 13.31 -
YUV 178.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 194 192 71 0 0.01 0.63 0.24 59.02 0.5 0.52
Hex C2 C0 47 0 1 3F 18 3B 32 34
Octal 302 300 107 0 1 77 30 73 62 64
Binary 11000010 11000000 1000111 0 1 111111 11000 111011 110010 110100

Color Harmonies of #C2C047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C047

Black with #C2C047

Text Example


Text Example

White with #C2C047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C047; }

 p { color: rgb(194,192,71); }

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

background-color css

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

 a { background-color: rgb(194,192,71); }

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

border-color css

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

 span { border-color: rgb(194,192,71); }

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