Html Css Color HEX #CBBB49 Old Gold

📋 copy color: '#CBBB49'

red 203 ◦ green 187 ◦ blue 73

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

Shades of Old Gold #CBBB49

Tints of Old Gold #CBBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 43.84%
G = 40.39%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBBB49 (or 0xCBBB49) is known color: Old Gold. HEX triplet: CB, BB and 49. RGB value is (203,187,73). Sum of RGB (Red+Green+Blue) = 203+187+73=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB49 is #3444B6. Grayscale: #B3B3B3. Windows color (decimal): -3425463 or 4832203. OLE color: 4832203.

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

Color convert

RGB 203 187 73 -
CMYK 0 0.08 0.64 0.20
HSL 52.62º 0.56% 0.54% -
HSV(B) 52.62º 0.64% 0.8% -
XYZ 43.6 48.72 13.41 -
YUV 178.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 203 187 73 0 0.08 0.64 0.20 52.62 0.56 0.54
Hex CB BB 49 0 8 40 14 35 38 36
Octal 313 273 111 0 10 100 24 65 70 66
Binary 11001011 10111011 1001001 0 1000 1000000 10100 110101 111000 110110

Color Harmonies of #CBBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB49

Black with #CBBB49

Text Example


Text Example

White with #CBBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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