Html Css Color HEX #C8CC52 Wild Willow

📋 copy color: '#C8CC52'

red 200 ◦ green 204 ◦ blue 82

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

Shades of Wild Willow #C8CC52

Tints of Wild Willow #C8CC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.98%

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

R = 41.15%
G = 41.98%
B = 16.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#C8CC52 (or 0xC8CC52) is known color: Wild Willow. HEX triplet: C8, CC and 52. RGB value is (200,204,82). Sum of RGB (Red+Green+Blue) = 200+204+82=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC52 is #3733AD. Grayscale: #BDBDBD. Windows color (decimal): -3617710 or 5426376. OLE color: 5426376.

HSL color Cylindrical-coordinate representation of color #C8CC52: hue angle of 61.97º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8CC52 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 82 -
CMYK 0.02 0 0.60 0.2
HSL 61.97º 0.54% 0.56% -
HSV(B) 61.97º 0.6% 0.8% -
XYZ 46.94 56.07 16.33 -
YUV 188.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 200 204 82 0.02 0 0.60 0.2 61.97 0.54 0.56
Hex C8 CC 52 2 0 3C 14 3E 36 38
Octal 310 314 122 2 0 74 24 76 66 70
Binary 11001000 11001100 1010010 10 0 111100 10100 111110 110110 111000

Color Harmonies of #C8CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CC52

Black with #C8CC52

Text Example


Text Example

White with #C8CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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