Html Css Color HEX #CCCE48 Wattle

📋 copy color: '#CCCE48'

red 204 ◦ green 206 ◦ blue 72

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

Shades of Wattle #CCCE48

Tints of Wattle #CCCE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 42.32%
G = 42.74%
B = 14.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CCCE48 (or 0xCCCE48) is known color: Wattle. HEX triplet: CC, CE and 48. RGB value is (204,206,72). Sum of RGB (Red+Green+Blue) = 204+206+72=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE48 is #3331B7. Grayscale: #BEBEBE. Windows color (decimal): -3355064 or 4771532. OLE color: 4771532.

HSL color Cylindrical-coordinate representation of color #CCCE48: hue angle of 60.9º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCCE48 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 72 -
CMYK 0.01 0 0.65 0.19
HSL 60.9º 0.58% 0.55% -
HSV(B) 60.9º 0.65% 0.81% -
XYZ 48.14 57.45 14.68 -
YUV 190.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 204 206 72 0.01 0 0.65 0.19 60.9 0.58 0.55
Hex CC CE 48 1 0 41 13 3D 3A 37
Octal 314 316 110 1 0 101 23 75 72 67
Binary 11001100 11001110 1001000 1 0 1000001 10011 111101 111010 110111

Color Harmonies of #CCCE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE48

Black with #CCCE48

Text Example


Text Example

White with #CCCE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE48; }

 p { color: rgb(204,206,72); }

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

background-color css

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

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

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

border-color css

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

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

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