Html Css Color HEX #C8C358 Wild Willow

📋 copy color: '#C8C358'

red 200 ◦ green 195 ◦ blue 88

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

Shades of Wild Willow #C8C358

Tints of Wild Willow #C8C358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 88 (34.77% from 255) = 18.22%

R = 41.41%
G = 40.37%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8C358 (or 0xC8C358) is known color: Wild Willow. HEX triplet: C8, C3 and 58. RGB value is (200,195,88). Sum of RGB (Red+Green+Blue) = 200+195+88=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C358 is #373CA7. Grayscale: #B8B8B8. Windows color (decimal): -3620008 or 5817288. OLE color: 5817288.

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

Color convert

RGB 200 195 88 -
CMYK 0 0.02 0.56 0.22
HSL 57.32º 0.5% 0.56% -
HSV(B) 57.32º 0.56% 0.78% -
XYZ 45.1 52.01 16.9 -
YUV 184.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 200 195 88 0 0.02 0.56 0.22 57.32 0.5 0.56
Hex C8 C3 58 0 2 38 16 39 32 38
Octal 310 303 130 0 2 70 26 71 62 70
Binary 11001000 11000011 1011000 0 10 111000 10110 111001 110010 111000

Color Harmonies of #C8C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C358

Black with #C8C358

Text Example


Text Example

White with #C8C358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C358; }

 p { color: rgb(200,195,88); }

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

background-color css

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

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

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

border-color css

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

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

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