Html Css Color HEX #CBC549 Wattle

📋 copy color: '#CBC549'

red 203 ◦ green 197 ◦ blue 73

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

Shades of Wattle #CBC549

Tints of Wattle #CBC549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.43%

R = 42.92%
G = 41.65%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBC549 (or 0xCBC549) is known color: Wattle. HEX triplet: CB, C5 and 49. RGB value is (203,197,73). Sum of RGB (Red+Green+Blue) = 203+197+73=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC549 is #343AB6. Grayscale: #B9B9B9. Windows color (decimal): -3422903 or 4834763. OLE color: 4834763.

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

Color convert

RGB 203 197 73 -
CMYK 0 0.03 0.64 0.20
HSL 57.23º 0.56% 0.54% -
HSV(B) 57.23º 0.64% 0.8% -
XYZ 45.8 53.11 14.14 -
YUV 184.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 203 197 73 0 0.03 0.64 0.20 57.23 0.56 0.54
Hex CB C5 49 0 3 40 14 39 38 36
Octal 313 305 111 0 3 100 24 71 70 66
Binary 11001011 11000101 1001001 0 11 1000000 10100 111001 111000 110110

Color Harmonies of #CBC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC549

Black with #CBC549

Text Example


Text Example

White with #CBC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC549; }

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

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

background-color css

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

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

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

border-color css

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

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

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