Html Css Color HEX #C8C952 Wild Willow

📋 copy color: '#C8C952'

red 200 ◦ green 201 ◦ blue 82

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

Shades of Wild Willow #C8C952

Tints of Wild Willow #C8C952

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

 GREEN value IS 201 (78.91% from 255) = 41.61%

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

R = 41.41%
G = 41.61%
B = 16.98%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C8C952 (or 0xC8C952) is known color: Wild Willow. HEX triplet: C8, C9 and 52. RGB value is (200,201,82). Sum of RGB (Red+Green+Blue) = 200+201+82=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C952 is #3736AD. Grayscale: #BBBBBB. Windows color (decimal): -3618478 or 5425608. OLE color: 5425608.

HSL color Cylindrical-coordinate representation of color #C8C952: hue angle of 60.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8C952 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 201 82 -
CMYK 0.00 0 0.59 0.21
HSL 60.5º 0.52% 0.55% -
HSV(B) 60.5º 0.59% 0.79% -
XYZ 46.23 54.66 16.1 -
YUV 187.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 200 201 82 0.00 0 0.59 0.21 60.5 0.52 0.55
Hex C8 C9 52 0 0 3B 15 3D 34 37
Octal 310 311 122 0 0 73 25 75 64 67
Binary 11001000 11001001 1010010 0 0 111011 10101 111101 110100 110111

Color Harmonies of #C8C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C952

Black with #C8C952

Text Example


Text Example

White with #C8C952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C952; }

 p { color: rgb(200,201,82); }

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

background-color css

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

 a { background-color: rgb(200,201,82); }

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

border-color css

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

 span { border-color: rgb(200,201,82); }

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