Html Css Color HEX #CBB363 Tacha

📋 copy color: '#CBB363'

red 203 ◦ green 179 ◦ blue 99

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

Shades of Tacha #CBB363

Tints of Tacha #CBB363

RGB

 RED value IS 203 (79.69% from 255) = 42.2%

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

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

R = 42.2%
G = 37.21%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBB363 (or 0xCBB363) is known color: Tacha. HEX triplet: CB, B3 and 63. RGB value is (203,179,99). Sum of RGB (Red+Green+Blue) = 203+179+99=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB363 is #344C9C. Grayscale: #B1B1B1. Windows color (decimal): -3427485 or 6534091. OLE color: 6534091.

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

Color convert

RGB 203 179 99 -
CMYK 0 0.12 0.51 0.20
HSL 46.15º 0.5% 0.59% -
HSV(B) 46.15º 0.51% 0.8% -
XYZ 43 45.84 18.39 -
YUV 177.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 203 179 99 0 0.12 0.51 0.20 46.15 0.5 0.59
Hex CB B3 63 0 C 33 14 2E 32 3B
Octal 313 263 143 0 14 63 24 56 62 73
Binary 11001011 10110011 1100011 0 1100 110011 10100 101110 110010 111011

Color Harmonies of #CBB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB363

Black with #CBB363

Text Example


Text Example

White with #CBB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB363; }

 p { color: rgb(203,179,99); }

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

background-color css

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

 a { background-color: rgb(203,179,99); }

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

border-color css

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

 span { border-color: rgb(203,179,99); }

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