Html Css Color HEX #CBBE46 Old Gold

📋 copy color: '#CBBE46'

red 203 ◦ green 190 ◦ blue 70

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

Shades of Old Gold #CBBE46

Tints of Old Gold #CBBE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 43.84%
G = 41.04%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBBE46 (or 0xCBBE46) is known color: Old Gold. HEX triplet: CB, BE and 46. RGB value is (203,190,70). Sum of RGB (Red+Green+Blue) = 203+190+70=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE46 is #3441B9. Grayscale: #B4B4B4. Windows color (decimal): -3424698 or 4636363. OLE color: 4636363.

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

Color convert

RGB 203 190 70 -
CMYK 0 0.06 0.66 0.20
HSL 54.14º 0.56% 0.54% -
HSV(B) 54.14º 0.66% 0.8% -
XYZ 44.15 49.97 13.11 -
YUV 180.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 203 190 70 0 0.06 0.66 0.20 54.14 0.56 0.54
Hex CB BE 46 0 6 42 14 36 38 36
Octal 313 276 106 0 6 102 24 66 70 66
Binary 11001011 10111110 1000110 0 110 1000010 10100 110110 111000 110110

Color Harmonies of #CBBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE46

Black with #CBBE46

Text Example


Text Example

White with #CBBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE46; }

 p { color: rgb(203,190,70); }

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

background-color css

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

 a { background-color: rgb(203,190,70); }

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

border-color css

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

 span { border-color: rgb(203,190,70); }

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