Html Css Color HEX #CBC149 Wattle

📋 copy color: '#CBC149'

red 203 ◦ green 193 ◦ blue 73

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

Shades of Wattle #CBC149

Tints of Wattle #CBC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

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

R = 43.28%
G = 41.15%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBC149 (or 0xCBC149) is known color: Wattle. HEX triplet: CB, C1 and 49. RGB value is (203,193,73). Sum of RGB (Red+Green+Blue) = 203+193+73=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC149 is #343EB6. Grayscale: #B6B6B6. Windows color (decimal): -3423927 or 4833739. OLE color: 4833739.

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

Color convert

RGB 203 193 73 -
CMYK 0 0.05 0.64 0.20
HSL 55.38º 0.56% 0.54% -
HSV(B) 55.38º 0.64% 0.8% -
XYZ 44.9 51.32 13.84 -
YUV 182.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 203 193 73 0 0.05 0.64 0.20 55.38 0.56 0.54
Hex CB C1 49 0 5 40 14 37 38 36
Octal 313 301 111 0 5 100 24 67 70 66
Binary 11001011 11000001 1001001 0 101 1000000 10100 110111 111000 110110

Color Harmonies of #CBC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC149

Black with #CBC149

Text Example


Text Example

White with #CBC149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC149; }

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

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

background-color css

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

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

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

border-color css

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

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

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