Html Css Color HEX #C2C043 Celery

📋 copy color: '#C2C043'

red 194 ◦ green 192 ◦ blue 67

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

Shades of Celery #C2C043

Tints of Celery #C2C043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.79%

R = 42.83%
G = 42.38%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2C043 (or 0xC2C043) is known color: Celery. HEX triplet: C2, C0 and 43. RGB value is (194,192,67). Sum of RGB (Red+Green+Blue) = 194+192+67=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C043 is #3D3FBC. Grayscale: #B2B2B2. Windows color (decimal): -4014013 or 4440258. OLE color: 4440258.

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

Color convert

RGB 194 192 67 -
CMYK 0 0.01 0.65 0.24
HSL 59.06º 0.51% 0.51% -
HSV(B) 59.06º 0.65% 0.76% -
XYZ 42.11 49.57 12.66 -
YUV 178.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 194 192 67 0 0.01 0.65 0.24 59.06 0.51 0.51
Hex C2 C0 43 0 1 41 18 3B 33 33
Octal 302 300 103 0 1 101 30 73 63 63
Binary 11000010 11000000 1000011 0 1 1000001 11000 111011 110011 110011

Color Harmonies of #C2C043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C043

Black with #C2C043

Text Example


Text Example

White with #C2C043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C043; }

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

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

background-color css

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

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

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

border-color css

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

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

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