Html Css Color HEX #CCCF48 Wattle

📋 copy color: '#CCCF48'

red 204 ◦ green 207 ◦ blue 72

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

Shades of Wattle #CCCF48

Tints of Wattle #CCCF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.86%

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

R = 42.24%
G = 42.86%
B = 14.91%

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

#CCCF48 (or 0xCCCF48) is known color: Wattle. HEX triplet: CC, CF and 48. RGB value is (204,207,72). Sum of RGB (Red+Green+Blue) = 204+207+72=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF48 is #3330B7. Grayscale: #BFBFBF. Windows color (decimal): -3354808 or 4771788. OLE color: 4771788.

HSL color Cylindrical-coordinate representation of color #CCCF48: hue angle of 61.33º 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 #CCCF48 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 72 -
CMYK 0.01 0 0.65 0.19
HSL 61.33º 0.58% 0.55% -
HSV(B) 61.33º 0.65% 0.81% -
XYZ 48.38 57.93 14.76 -
YUV 190.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 204 207 72 0.01 0 0.65 0.19 61.33 0.58 0.55
Hex CC CF 48 1 0 41 13 3D 3A 37
Octal 314 317 110 1 0 101 23 75 72 67
Binary 11001100 11001111 1001000 1 0 1000001 10011 111101 111010 110111

Color Harmonies of #CCCF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF48

Black with #CCCF48

Text Example


Text Example

White with #CCCF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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