Html Css Color HEX #CAB263 Tacha

📋 copy color: '#CAB263'

red 202 ◦ green 178 ◦ blue 99

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

Shades of Tacha #CAB263

Tints of Tacha #CAB263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 42.17%
G = 37.16%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB263 (or 0xCAB263) is known color: Tacha. HEX triplet: CA, B2 and 63. RGB value is (202,178,99). Sum of RGB (Red+Green+Blue) = 202+178+99=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB263 is #354D9C. Grayscale: #B0B0B0. Windows color (decimal): -3493277 or 6533834. OLE color: 6533834.

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

Color convert

RGB 202 178 99 -
CMYK 0 0.12 0.51 0.21
HSL 46.02º 0.49% 0.59% -
HSV(B) 46.02º 0.51% 0.79% -
XYZ 42.53 45.3 18.31 -
YUV 176.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 202 178 99 0 0.12 0.51 0.21 46.02 0.49 0.59
Hex CA B2 63 0 C 33 15 2E 31 3B
Octal 312 262 143 0 14 63 25 56 61 73
Binary 11001010 10110010 1100011 0 1100 110011 10101 101110 110001 111011

Color Harmonies of #CAB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB263

Black with #CAB263

Text Example


Text Example

White with #CAB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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