Html Css Color HEX #CFCA5E Wild Willow

📋 copy color: '#CFCA5E'

red 207 ◦ green 202 ◦ blue 94

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

Shades of Wild Willow #CFCA5E

Tints of Wild Willow #CFCA5E

RGB

 RED value IS 207 (81.25% from 255) = 41.15%

 GREEN value IS 202 (79.3% from 255) = 40.16%

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 41.15%
G = 40.16%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFCA5E (or 0xCFCA5E) is known color: Wild Willow. HEX triplet: CF, CA and 5E. RGB value is (207,202,94). Sum of RGB (Red+Green+Blue) = 207+202+94=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA5E is #3035A1. Grayscale: #BFBFBF. Windows color (decimal): -3159458 or 6212303. OLE color: 6212303.

HSL color Cylindrical-coordinate representation of color #CFCA5E: hue angle of 57.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFCA5E is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 94 -
CMYK 0 0.02 0.55 0.19
HSL 57.35º 0.54% 0.59% -
HSV(B) 57.35º 0.55% 0.81% -
XYZ 48.87 56.31 18.88 -
YUV 191.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 207 202 94 0 0.02 0.55 0.19 57.35 0.54 0.59
Hex CF CA 5E 0 2 37 13 39 36 3B
Octal 317 312 136 0 2 67 23 71 66 73
Binary 11001111 11001010 1011110 0 10 110111 10011 111001 110110 111011

Color Harmonies of #CFCA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA5E

Black with #CFCA5E

Text Example


Text Example

White with #CFCA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA5E; }

 p { color: rgb(207,202,94); }

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

background-color css

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

 a { background-color: rgb(207,202,94); }

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

border-color css

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

 span { border-color: rgb(207,202,94); }

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