Html Css Color HEX #CABB62 Tacha

📋 copy color: '#CABB62'

red 202 ◦ green 187 ◦ blue 98

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

Shades of Tacha #CABB62

Tints of Tacha #CABB62

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 41.48%
G = 38.4%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CABB62 (or 0xCABB62) is known color: Tacha. HEX triplet: CA, BB and 62. RGB value is (202,187,98). Sum of RGB (Red+Green+Blue) = 202+187+98=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB62 is #35449D. Grayscale: #B5B5B5. Windows color (decimal): -3490974 or 6470602. OLE color: 6470602.

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

Color convert

RGB 202 187 98 -
CMYK 0 0.07 0.51 0.21
HSL 51.35º 0.5% 0.59% -
HSV(B) 51.35º 0.51% 0.79% -
XYZ 44.33 48.98 18.67 -
YUV 181.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 202 187 98 0 0.07 0.51 0.21 51.35 0.5 0.59
Hex CA BB 62 0 7 33 15 33 32 3B
Octal 312 273 142 0 7 63 25 63 62 73
Binary 11001010 10111011 1100010 0 111 110011 10101 110011 110010 111011

Color Harmonies of #CABB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB62

Black with #CABB62

Text Example


Text Example

White with #CABB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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