Html Css Color HEX #CCCA4A Wattle

📋 copy color: '#CCCA4A'

red 204 ◦ green 202 ◦ blue 74

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

Shades of Wattle #CCCA4A

Tints of Wattle #CCCA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 42.5%
G = 42.08%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCCA4A (or 0xCCCA4A) is known color: Wattle. HEX triplet: CC, CA and 4A. RGB value is (204,202,74). Sum of RGB (Red+Green+Blue) = 204+202+74=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA4A is #3335B5. Grayscale: #BCBCBC. Windows color (decimal): -3356086 or 4901580. OLE color: 4901580.

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

Color convert

RGB 204 202 74 -
CMYK 0 0.01 0.64 0.2
HSL 59.08º 0.56% 0.55% -
HSV(B) 59.08º 0.64% 0.8% -
XYZ 47.26 55.57 14.71 -
YUV 188.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 204 202 74 0 0.01 0.64 0.2 59.08 0.56 0.55
Hex CC CA 4A 0 1 40 14 3B 38 37
Octal 314 312 112 0 1 100 24 73 70 67
Binary 11001100 11001010 1001010 0 1 1000000 10100 111011 111000 110111

Color Harmonies of #CCCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA4A

Black with #CCCA4A

Text Example


Text Example

White with #CCCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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