Html Css Color HEX #CAB23C Old Gold

📋 copy color: '#CAB23C'

red 202 ◦ green 178 ◦ blue 60

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

Shades of Old Gold #CAB23C

Tints of Old Gold #CAB23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 60 (23.83% from 255) = 13.64%

R = 45.91%
G = 40.45%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAB23C (or 0xCAB23C) is known color: Old Gold. HEX triplet: CA, B2 and 3C. RGB value is (202,178,60). Sum of RGB (Red+Green+Blue) = 202+178+60=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB23C is #354DC3. Grayscale: #ACACAC. Windows color (decimal): -3493316 or 3977930. OLE color: 3977930.

HSL color Cylindrical-coordinate representation of color #CAB23C: hue angle of 49.86º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB23C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 60 -
CMYK 0 0.12 0.70 0.21
HSL 49.86º 0.57% 0.51% -
HSV(B) 49.86º 0.7% 0.79% -
XYZ 41.09 44.72 10.74 -
YUV 171.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 202 178 60 0 0.12 0.70 0.21 49.86 0.57 0.51
Hex CA B2 3C 0 C 46 15 32 39 33
Octal 312 262 74 0 14 106 25 62 71 63
Binary 11001010 10110010 111100 0 1100 1000110 10101 110010 111001 110011

Color Harmonies of #CAB23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB23C

Black with #CAB23C

Text Example


Text Example

White with #CAB23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB23C; }

 p { color: rgb(202,178,60); }

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

background-color css

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

 a { background-color: rgb(202,178,60); }

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

border-color css

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

 span { border-color: rgb(202,178,60); }

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