Html Css Color HEX #CAB048 Sundance

📋 copy color: '#CAB048'

red 202 ◦ green 176 ◦ blue 72

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

Shades of Sundance #CAB048

Tints of Sundance #CAB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.11%

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

R = 44.89%
G = 39.11%
B = 16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAB048 (or 0xCAB048) is known color: Sundance. HEX triplet: CA, B0 and 48. RGB value is (202,176,72). Sum of RGB (Red+Green+Blue) = 202+176+72=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB048 is #354FB7. Grayscale: #ACACAC. Windows color (decimal): -3493816 or 4763850. OLE color: 4763850.

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

Color convert

RGB 202 176 72 -
CMYK 0 0.13 0.64 0.21
HSL 48º 0.55% 0.54% -
HSV(B) 48º 0.64% 0.79% -
XYZ 41.05 44.08 12.47 -
YUV 171.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 202 176 72 0 0.13 0.64 0.21 48 0.55 0.54
Hex CA B0 48 0 D 40 15 30 37 36
Octal 312 260 110 0 15 100 25 60 67 66
Binary 11001010 10110000 1001000 0 1101 1000000 10101 110000 110111 110110

Color Harmonies of #CAB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB048

Black with #CAB048

Text Example


Text Example

White with #CAB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB048; }

 p { color: rgb(202,176,72); }

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

background-color css

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

 a { background-color: rgb(202,176,72); }

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

border-color css

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

 span { border-color: rgb(202,176,72); }

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