Html Css Color HEX #CBCC46 Wattle

📋 copy color: '#CBCC46'

red 203 ◦ green 204 ◦ blue 70

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

Shades of Wattle #CBCC46

Tints of Wattle #CBCC46

RGB

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

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

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

R = 42.56%
G = 42.77%
B = 14.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CBCC46 (or 0xCBCC46) is known color: Wattle. HEX triplet: CB, CC and 46. RGB value is (203,204,70). Sum of RGB (Red+Green+Blue) = 203+204+70=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC46 is #3433B9. Grayscale: #BCBCBC. Windows color (decimal): -3421114 or 4639947. OLE color: 4639947.

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

Color convert

RGB 203 204 70 -
CMYK 0.00 0 0.66 0.2
HSL 60.45º 0.57% 0.54% -
HSV(B) 60.45º 0.66% 0.8% -
XYZ 47.33 56.32 14.17 -
YUV 188.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 203 204 70 0.00 0 0.66 0.2 60.45 0.57 0.54
Hex CB CC 46 0 0 42 14 3C 39 36
Octal 313 314 106 0 0 102 24 74 71 66
Binary 11001011 11001100 1000110 0 0 1000010 10100 111100 111001 110110

Color Harmonies of #CBCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC46

Black with #CBCC46

Text Example


Text Example

White with #CBCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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