Html Css Color HEX #CAB253 Sundance

📋 copy color: '#CAB253'

red 202 ◦ green 178 ◦ blue 83

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

Shades of Sundance #CAB253

Tints of Sundance #CAB253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 43.63%
G = 38.44%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAB253 (or 0xCAB253) is known color: Sundance. HEX triplet: CA, B2 and 53. RGB value is (202,178,83). Sum of RGB (Red+Green+Blue) = 202+178+83=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB253 is #354DAC. Grayscale: #AEAEAE. Windows color (decimal): -3493293 or 5485258. OLE color: 5485258.

HSL color Cylindrical-coordinate representation of color #CAB253: hue angle of 47.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAB253 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 83 -
CMYK 0 0.12 0.59 0.21
HSL 47.9º 0.53% 0.56% -
HSV(B) 47.9º 0.59% 0.79% -
XYZ 41.84 45.02 14.67 -
YUV 174.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 202 178 83 0 0.12 0.59 0.21 47.9 0.53 0.56
Hex CA B2 53 0 C 3B 15 30 35 38
Octal 312 262 123 0 14 73 25 60 65 70
Binary 11001010 10110010 1010011 0 1100 111011 10101 110000 110101 111000

Color Harmonies of #CAB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB253

Black with #CAB253

Text Example


Text Example

White with #CAB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB253; }

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

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

background-color css

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

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

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

border-color css

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

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

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