Html Css Color HEX #CBC532 Wattle

📋 copy color: '#CBC532'

red 203 ◦ green 197 ◦ blue 50

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

Shades of Wattle #CBC532

Tints of Wattle #CBC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.78%

 BLUE value IS 50 (19.92% from 255) = 11.11%

R = 45.11%
G = 43.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBC532 (or 0xCBC532) is known color: Wattle. HEX triplet: CB, C5 and 32. RGB value is (203,197,50). Sum of RGB (Red+Green+Blue) = 203+197+50=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC532 is #343ACD. Grayscale: #B6B6B6. Windows color (decimal): -3422926 or 3327435. OLE color: 3327435.

HSL color Cylindrical-coordinate representation of color #CBC532: hue angle of 57.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBC532 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 50 -
CMYK 0 0.03 0.75 0.20
HSL 57.65º 0.6% 0.5% -
HSV(B) 57.65º 0.75% 0.8% -
XYZ 45.17 52.86 10.84 -
YUV 182.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 203 197 50 0 0.03 0.75 0.20 57.65 0.6 0.5
Hex CB C5 32 0 3 4B 14 3A 3C 32
Octal 313 305 62 0 3 113 24 72 74 62
Binary 11001011 11000101 110010 0 11 1001011 10100 111010 111100 110010

Color Harmonies of #CBC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC532

Black with #CBC532

Text Example


Text Example

White with #CBC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC532; }

 p { color: rgb(203,197,50); }

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

background-color css

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

 a { background-color: rgb(203,197,50); }

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

border-color css

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

 span { border-color: rgb(203,197,50); }

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