Html Css Color HEX #CBC849 Wattle

📋 copy color: '#CBC849'

red 203 ◦ green 200 ◦ blue 73

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

Shades of Wattle #CBC849

Tints of Wattle #CBC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 42.65%
G = 42.02%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBC849 (or 0xCBC849) is known color: Wattle. HEX triplet: CB, C8 and 49. RGB value is (203,200,73). Sum of RGB (Red+Green+Blue) = 203+200+73=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC849 is #3437B6. Grayscale: #BABABA. Windows color (decimal): -3422135 or 4835531. OLE color: 4835531.

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

Color convert

RGB 203 200 73 -
CMYK 0 0.01 0.64 0.20
HSL 58.62º 0.56% 0.54% -
HSV(B) 58.62º 0.64% 0.8% -
XYZ 46.49 54.49 14.37 -
YUV 186.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 203 200 73 0 0.01 0.64 0.20 58.62 0.56 0.54
Hex CB C8 49 0 1 40 14 3B 38 36
Octal 313 310 111 0 1 100 24 73 70 66
Binary 11001011 11001000 1001001 0 1 1000000 10100 111011 111000 110110

Color Harmonies of #CBC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC849

Black with #CBC849

Text Example


Text Example

White with #CBC849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC849; }

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

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

background-color css

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

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

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

border-color css

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

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

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