Html Css Color HEX #CCCC6A Wild Willow

📋 copy color: '#CCCC6A'

red 204 ◦ green 204 ◦ blue 106

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

Shades of Wild Willow #CCCC6A

Tints of Wild Willow #CCCC6A

RGB

 RED value IS 204 (80.08% from 255) = 39.69%

 GREEN value IS 204 (80.08% from 255) = 39.69%

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

R = 39.69%
G = 39.69%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCCC6A (or 0xCCCC6A) is known color: Wild Willow. HEX triplet: CC, CC and 6A. RGB value is (204,204,106). Sum of RGB (Red+Green+Blue) = 204+204+106=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC6A is #333395. Grayscale: #C1C1C1. Windows color (decimal): -3355542 or 6999244. OLE color: 6999244.

HSL color Cylindrical-coordinate representation of color #CCCC6A: hue angle of 60º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCCC6A is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 106 -
CMYK 0 0 0.48 0.2
HSL 60º 0.49% 0.61% -
HSV(B) 60º 0.48% 0.8% -
XYZ 49.1 57.06 22.06 -
YUV 192.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 204 204 106 0 0 0.48 0.2 60 0.49 0.61
Hex CC CC 6A 0 0 30 14 3C 31 3D
Octal 314 314 152 0 0 60 24 74 61 75
Binary 11001100 11001100 1101010 0 0 110000 10100 111100 110001 111101

Color Harmonies of #CCCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC6A

Black with #CCCC6A

Text Example


Text Example

White with #CCCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC6A; }

 p { color: rgb(204,204,106); }

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

background-color css

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

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

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

border-color css

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

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

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