Html Css Color HEX #CAB362 Tacha

📋 copy color: '#CAB362'

red 202 ◦ green 179 ◦ blue 98

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

Shades of Tacha #CAB362

Tints of Tacha #CAB362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

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

R = 42.17%
G = 37.37%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB362 (or 0xCAB362) is known color: Tacha. HEX triplet: CA, B3 and 62. RGB value is (202,179,98). Sum of RGB (Red+Green+Blue) = 202+179+98=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB362 is #354C9D. Grayscale: #B0B0B0. Windows color (decimal): -3493022 or 6468554. OLE color: 6468554.

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

Color convert

RGB 202 179 98 -
CMYK 0 0.11 0.51 0.21
HSL 46.73º 0.5% 0.59% -
HSV(B) 46.73º 0.51% 0.79% -
XYZ 42.68 45.68 18.12 -
YUV 176.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 202 179 98 0 0.11 0.51 0.21 46.73 0.5 0.59
Hex CA B3 62 0 B 33 15 2F 32 3B
Octal 312 263 142 0 13 63 25 57 62 73
Binary 11001010 10110011 1100010 0 1011 110011 10101 101111 110010 111011

Color Harmonies of #CAB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB362

Black with #CAB362

Text Example


Text Example

White with #CAB362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB362; }

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

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

background-color css

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

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

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

border-color css

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

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

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