Html Css Color HEX #CAB662 Tacha

📋 copy color: '#CAB662'

red 202 ◦ green 182 ◦ blue 98

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

Shades of Tacha #CAB662

Tints of Tacha #CAB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.76%

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 41.91%
G = 37.76%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB662 (or 0xCAB662) is known color: Tacha. HEX triplet: CA, B6 and 62. RGB value is (202,182,98). Sum of RGB (Red+Green+Blue) = 202+182+98=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB662 is #35499D. Grayscale: #B2B2B2. Windows color (decimal): -3492254 or 6469322. OLE color: 6469322.

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

Color convert

RGB 202 182 98 -
CMYK 0 0.10 0.51 0.21
HSL 48.46º 0.5% 0.59% -
HSV(B) 48.46º 0.51% 0.79% -
XYZ 43.29 46.89 18.33 -
YUV 178.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 202 182 98 0 0.10 0.51 0.21 48.46 0.5 0.59
Hex CA B6 62 0 A 33 15 30 32 3B
Octal 312 266 142 0 12 63 25 60 62 73
Binary 11001010 10110110 1100010 0 1010 110011 10101 110000 110010 111011

Color Harmonies of #CAB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB662

Black with #CAB662

Text Example


Text Example

White with #CAB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB662; }

 p { color: rgb(202,182,98); }

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

background-color css

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

 a { background-color: rgb(202,182,98); }

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

border-color css

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

 span { border-color: rgb(202,182,98); }

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