Html Css Color HEX #CABB4B Old Gold

📋 copy color: '#CABB4B'

red 202 ◦ green 187 ◦ blue 75

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

Shades of Old Gold #CABB4B

Tints of Old Gold #CABB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 43.53%
G = 40.3%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CABB4B (or 0xCABB4B) is known color: Old Gold. HEX triplet: CA, BB and 4B. RGB value is (202,187,75). Sum of RGB (Red+Green+Blue) = 202+187+75=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB4B is #3544B4. Grayscale: #B3B3B3. Windows color (decimal): -3490997 or 4963274. OLE color: 4963274.

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

Color convert

RGB 202 187 75 -
CMYK 0 0.07 0.63 0.21
HSL 52.91º 0.55% 0.54% -
HSV(B) 52.91º 0.63% 0.79% -
XYZ 43.4 48.61 13.75 -
YUV 178.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 202 187 75 0 0.07 0.63 0.21 52.91 0.55 0.54
Hex CA BB 4B 0 7 3F 15 35 37 36
Octal 312 273 113 0 7 77 25 65 67 66
Binary 11001010 10111011 1001011 0 111 111111 10101 110101 110111 110110

Color Harmonies of #CABB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB4B

Black with #CABB4B

Text Example


Text Example

White with #CABB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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