Html Css Color HEX #CAB248 Sundance

📋 copy color: '#CAB248'

red 202 ◦ green 178 ◦ blue 72

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

Shades of Sundance #CAB248

Tints of Sundance #CAB248

RGB

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

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

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

R = 44.69%
G = 39.38%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAB248 (or 0xCAB248) is known color: Sundance. HEX triplet: CA, B2 and 48. RGB value is (202,178,72). Sum of RGB (Red+Green+Blue) = 202+178+72=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB248 is #354DB7. Grayscale: #ADADAD. Windows color (decimal): -3493304 or 4764362. OLE color: 4764362.

HSL color Cylindrical-coordinate representation of color #CAB248: hue angle of 48.92º 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 #CAB248 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 72 -
CMYK 0 0.12 0.64 0.21
HSL 48.92º 0.55% 0.54% -
HSV(B) 48.92º 0.64% 0.79% -
XYZ 41.45 44.87 12.61 -
YUV 173.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 202 178 72 0 0.12 0.64 0.21 48.92 0.55 0.54
Hex CA B2 48 0 C 40 15 31 37 36
Octal 312 262 110 0 14 100 25 61 67 66
Binary 11001010 10110010 1001000 0 1100 1000000 10101 110001 110111 110110

Color Harmonies of #CAB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB248

Black with #CAB248

Text Example


Text Example

White with #CAB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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