Html Css Color HEX #C3CA6B Wild Willow

📋 copy color: '#C3CA6B'

red 195 ◦ green 202 ◦ blue 107

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

Shades of Wild Willow #C3CA6B

Tints of Wild Willow #C3CA6B

RGB

 RED value IS 195 (76.56% from 255) = 38.69%

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

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 38.69%
G = 40.08%
B = 21.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C3CA6B (or 0xC3CA6B) is known color: Wild Willow. HEX triplet: C3, CA and 6B. RGB value is (195,202,107). Sum of RGB (Red+Green+Blue) = 195+202+107=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA6B is #3C3594. Grayscale: #BDBDBD. Windows color (decimal): -3945877 or 7064259. OLE color: 7064259.

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

Color convert

RGB 195 202 107 -
CMYK 0.03 0 0.47 0.21
HSL 64.42º 0.47% 0.61% -
HSV(B) 64.42º 0.47% 0.79% -
XYZ 46.28 54.9 22.07 -
YUV 189.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 195 202 107 0.03 0 0.47 0.21 64.42 0.47 0.61
Hex C3 CA 6B 3 0 2F 15 40 2F 3D
Octal 303 312 153 3 0 57 25 100 57 75
Binary 11000011 11001010 1101011 11 0 101111 10101 1000000 101111 111101

Color Harmonies of #C3CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CA6B

Black with #C3CA6B

Text Example


Text Example

White with #C3CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CA6B; }

 p { color: rgb(195,202,107); }

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

background-color css

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

 a { background-color: rgb(195,202,107); }

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

border-color css

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

 span { border-color: rgb(195,202,107); }

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