Html Css Color HEX #CAB462 Tacha

📋 copy color: '#CAB462'

red 202 ◦ green 180 ◦ blue 98

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

Shades of Tacha #CAB462

Tints of Tacha #CAB462

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

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

R = 42.08%
G = 37.5%
B = 20.42%

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

#CAB462 (or 0xCAB462) is known color: Tacha. HEX triplet: CA, B4 and 62. RGB value is (202,180,98). Sum of RGB (Red+Green+Blue) = 202+180+98=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB462 is #354B9D. Grayscale: #B1B1B1. Windows color (decimal): -3492766 or 6468810. OLE color: 6468810.

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

Color convert

RGB 202 180 98 -
CMYK 0 0.11 0.51 0.21
HSL 47.31º 0.5% 0.59% -
HSV(B) 47.31º 0.51% 0.79% -
XYZ 42.88 46.08 18.19 -
YUV 177.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 202 180 98 0 0.11 0.51 0.21 47.31 0.5 0.59
Hex CA B4 62 0 B 33 15 2F 32 3B
Octal 312 264 142 0 13 63 25 57 62 73
Binary 11001010 10110100 1100010 0 1011 110011 10101 101111 110010 111011

Color Harmonies of #CAB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB462

Black with #CAB462

Text Example


Text Example

White with #CAB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB462; }

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

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

background-color css

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

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

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

border-color css

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

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

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