Html Css Color HEX #C9CA6A Wild Willow

📋 copy color: '#C9CA6A'

red 201 ◦ green 202 ◦ blue 106

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

Shades of Wild Willow #C9CA6A

Tints of Wild Willow #C9CA6A

RGB

 RED value IS 201 (78.91% from 255) = 39.49%

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

 BLUE value IS 106 (41.8% from 255) = 20.83%

R = 39.49%
G = 39.69%
B = 20.83%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C9CA6A (or 0xC9CA6A) is known color: Wild Willow. HEX triplet: C9, CA and 6A. RGB value is (201,202,106). Sum of RGB (Red+Green+Blue) = 201+202+106=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA6A is #363595. Grayscale: #BFBFBF. Windows color (decimal): -3552662 or 6998729. OLE color: 6998729.

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

Color convert

RGB 201 202 106 -
CMYK 0.00 0 0.48 0.21
HSL 60.63º 0.48% 0.6% -
HSV(B) 60.63º 0.48% 0.79% -
XYZ 47.81 55.7 21.87 -
YUV 190.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 201 202 106 0.00 0 0.48 0.21 60.63 0.48 0.6
Hex C9 CA 6A 0 0 30 15 3D 30 3C
Octal 311 312 152 0 0 60 25 75 60 74
Binary 11001001 11001010 1101010 0 0 110000 10101 111101 110000 111100

Color Harmonies of #C9CA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA6A

Black with #C9CA6A

Text Example


Text Example

White with #C9CA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA6A; }

 p { color: rgb(201,202,106); }

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

background-color css

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

 a { background-color: rgb(201,202,106); }

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

border-color css

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

 span { border-color: rgb(201,202,106); }

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