Html Css Color HEX #CBC449 Wattle

📋 copy color: '#CBC449'

red 203 ◦ green 196 ◦ blue 73

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

Shades of Wattle #CBC449

Tints of Wattle #CBC449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

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

R = 43.01%
G = 41.53%
B = 15.47%

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

#CBC449 (or 0xCBC449) is known color: Wattle. HEX triplet: CB, C4 and 49. RGB value is (203,196,73). Sum of RGB (Red+Green+Blue) = 203+196+73=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC449 is #343BB6. Grayscale: #B8B8B8. Windows color (decimal): -3423159 or 4834507. OLE color: 4834507.

HSL color Cylindrical-coordinate representation of color #CBC449: hue angle of 56.77º 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 #CBC449 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 73 -
CMYK 0 0.03 0.64 0.20
HSL 56.77º 0.56% 0.54% -
HSV(B) 56.77º 0.64% 0.8% -
XYZ 45.57 52.66 14.07 -
YUV 184.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 203 196 73 0 0.03 0.64 0.20 56.77 0.56 0.54
Hex CB C4 49 0 3 40 14 39 38 36
Octal 313 304 111 0 3 100 24 71 70 66
Binary 11001011 11000100 1001001 0 11 1000000 10100 111001 111000 110110

Color Harmonies of #CBC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC449

Black with #CBC449

Text Example


Text Example

White with #CBC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC449; }

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

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

background-color css

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

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

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

border-color css

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

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

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