Html Css Color HEX #CABB4C Old Gold

📋 copy color: '#CABB4C'

red 202 ◦ green 187 ◦ blue 76

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

Shades of Old Gold #CABB4C

Tints of Old Gold #CABB4C

RGB

 RED value IS 202 (79.3% from 255) = 43.44%

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 43.44%
G = 40.22%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CABB4C (or 0xCABB4C) is known color: Old Gold. HEX triplet: CA, BB and 4C. RGB value is (202,187,76). Sum of RGB (Red+Green+Blue) = 202+187+76=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB4C is #3544B3. Grayscale: #B3B3B3. Windows color (decimal): -3490996 or 5028810. OLE color: 5028810.

HSL color Cylindrical-coordinate representation of color #CABB4C: hue angle of 52.86º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CABB4C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 76 -
CMYK 0 0.07 0.62 0.21
HSL 52.86º 0.54% 0.55% -
HSV(B) 52.86º 0.62% 0.79% -
XYZ 43.43 48.62 13.93 -
YUV 178.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 202 187 76 0 0.07 0.62 0.21 52.86 0.54 0.55
Hex CA BB 4C 0 7 3E 15 35 36 37
Octal 312 273 114 0 7 76 25 65 66 67
Binary 11001010 10111011 1001100 0 111 111110 10101 110101 110110 110111

Color Harmonies of #CABB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB4C

Black with #CABB4C

Text Example


Text Example

White with #CABB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB4C; }

 p { color: rgb(202,187,76); }

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

background-color css

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

 a { background-color: rgb(202,187,76); }

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

border-color css

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

 span { border-color: rgb(202,187,76); }

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