Html Css Color HEX #CCCE46 Wattle

📋 copy color: '#CCCE46'

red 204 ◦ green 206 ◦ blue 70

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

Shades of Wattle #CCCE46

Tints of Wattle #CCCE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.58%

R = 42.5%
G = 42.92%
B = 14.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CCCE46 (or 0xCCCE46) is known color: Wattle. HEX triplet: CC, CE and 46. RGB value is (204,206,70). Sum of RGB (Red+Green+Blue) = 204+206+70=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE46 is #3331B9. Grayscale: #BEBEBE. Windows color (decimal): -3355066 or 4640460. OLE color: 4640460.

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

Color convert

RGB 204 206 70 -
CMYK 0.01 0 0.66 0.19
HSL 60.88º 0.58% 0.54% -
HSV(B) 60.88º 0.66% 0.81% -
XYZ 48.08 57.42 14.34 -
YUV 189.9 60.34 138.06 -
System Red Green Blue C M Y K H S L
Decimal 204 206 70 0.01 0 0.66 0.19 60.88 0.58 0.54
Hex CC CE 46 1 0 42 13 3D 3A 36
Octal 314 316 106 1 0 102 23 75 72 66
Binary 11001100 11001110 1000110 1 0 1000010 10011 111101 111010 110110

Color Harmonies of #CCCE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE46

Black with #CCCE46

Text Example


Text Example

White with #CCCE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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