Html Css Color HEX #CBBC48 Old Gold

📋 copy color: '#CBBC48'

red 203 ◦ green 188 ◦ blue 72

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

Shades of Old Gold #CBBC48

Tints of Old Gold #CBBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 72 (28.52% from 255) = 15.55%

R = 43.84%
G = 40.6%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBBC48 (or 0xCBBC48) is known color: Old Gold. HEX triplet: CB, BC and 48. RGB value is (203,188,72). Sum of RGB (Red+Green+Blue) = 203+188+72=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC48 is #3443B7. Grayscale: #B3B3B3. Windows color (decimal): -3425208 or 4766923. OLE color: 4766923.

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

Color convert

RGB 203 188 72 -
CMYK 0 0.07 0.65 0.20
HSL 53.13º 0.56% 0.54% -
HSV(B) 53.13º 0.65% 0.8% -
XYZ 43.78 49.13 13.31 -
YUV 179.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 203 188 72 0 0.07 0.65 0.20 53.13 0.56 0.54
Hex CB BC 48 0 7 41 14 35 38 36
Octal 313 274 110 0 7 101 24 65 70 66
Binary 11001011 10111100 1001000 0 111 1000001 10100 110101 111000 110110

Color Harmonies of #CBBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC48

Black with #CBBC48

Text Example


Text Example

White with #CBBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC48; }

 p { color: rgb(203,188,72); }

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

background-color css

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

 a { background-color: rgb(203,188,72); }

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

border-color css

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

 span { border-color: rgb(203,188,72); }

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