Html Css Color HEX #C8C852 Wild Willow

📋 copy color: '#C8C852'

red 200 ◦ green 200 ◦ blue 82

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

Shades of Wild Willow #C8C852

Tints of Wild Willow #C8C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

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

R = 41.49%
G = 41.49%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C8C852 (or 0xC8C852) is known color: Wild Willow. HEX triplet: C8, C8 and 52. RGB value is (200,200,82). Sum of RGB (Red+Green+Blue) = 200+200+82=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C852 is #3737AD. Grayscale: #BBBBBB. Windows color (decimal): -3618734 or 5425352. OLE color: 5425352.

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

Color convert

RGB 200 200 82 -
CMYK 0 0 0.59 0.22
HSL 60º 0.52% 0.55% -
HSV(B) 60º 0.59% 0.78% -
XYZ 46 54.2 16.02 -
YUV 186.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 200 200 82 0 0 0.59 0.22 60 0.52 0.55
Hex C8 C8 52 0 0 3B 16 3C 34 37
Octal 310 310 122 0 0 73 26 74 64 67
Binary 11001000 11001000 1010010 0 0 111011 10110 111100 110100 110111

Color Harmonies of #C8C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C852

Black with #C8C852

Text Example


Text Example

White with #C8C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C852; }

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

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

background-color css

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

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

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

border-color css

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

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

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