Html Css Color HEX #CCCA4E Wattle

📋 copy color: '#CCCA4E'

red 204 ◦ green 202 ◦ blue 78

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

Shades of Wattle #CCCA4E

Tints of Wattle #CCCA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.12%

R = 42.15%
G = 41.74%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCCA4E (or 0xCCCA4E) is known color: Wattle. HEX triplet: CC, CA and 4E. RGB value is (204,202,78). Sum of RGB (Red+Green+Blue) = 204+202+78=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA4E is #3335B1. Grayscale: #BCBCBC. Windows color (decimal): -3356082 or 5163724. OLE color: 5163724.

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

Color convert

RGB 204 202 78 -
CMYK 0 0.01 0.62 0.2
HSL 59.05º 0.55% 0.55% -
HSV(B) 59.05º 0.62% 0.8% -
XYZ 47.4 55.63 15.45 -
YUV 188.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 204 202 78 0 0.01 0.62 0.2 59.05 0.55 0.55
Hex CC CA 4E 0 1 3E 14 3B 37 37
Octal 314 312 116 0 1 76 24 73 67 67
Binary 11001100 11001010 1001110 0 1 111110 10100 111011 110111 110111

Color Harmonies of #CCCA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA4E

Black with #CCCA4E

Text Example


Text Example

White with #CCCA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA4E; }

 p { color: rgb(204,202,78); }

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

background-color css

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

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

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

border-color css

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

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

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