Html Css Color HEX #CBCC48 Wattle

📋 copy color: '#CBCC48'

red 203 ◦ green 204 ◦ blue 72

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

Shades of Wattle #CBCC48

Tints of Wattle #CBCC48

RGB

 RED value IS 203 (79.69% from 255) = 42.38%

 GREEN value IS 204 (80.08% from 255) = 42.59%

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

R = 42.38%
G = 42.59%
B = 15.03%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CBCC48 (or 0xCBCC48) is known color: Wattle. HEX triplet: CB, CC and 48. RGB value is (203,204,72). Sum of RGB (Red+Green+Blue) = 203+204+72=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC48 is #3433B7. Grayscale: #BDBDBD. Windows color (decimal): -3421112 or 4771019. OLE color: 4771019.

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

Color convert

RGB 203 204 72 -
CMYK 0.00 0 0.65 0.2
HSL 60.45º 0.56% 0.54% -
HSV(B) 60.45º 0.65% 0.8% -
XYZ 47.39 56.35 14.51 -
YUV 188.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 203 204 72 0.00 0 0.65 0.2 60.45 0.56 0.54
Hex CB CC 48 0 0 41 14 3C 38 36
Octal 313 314 110 0 0 101 24 74 70 66
Binary 11001011 11001100 1001000 0 0 1000001 10100 111100 111000 110110

Color Harmonies of #CBCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC48

Black with #CBCC48

Text Example


Text Example

White with #CBCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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