Html Css Color HEX #CBB364 Tacha

📋 copy color: '#CBB364'

red 203 ◦ green 179 ◦ blue 100

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

Shades of Tacha #CBB364

Tints of Tacha #CBB364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 42.12%
G = 37.14%
B = 20.75%

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

#CBB364 (or 0xCBB364) is known color: Tacha. HEX triplet: CB, B3 and 64. RGB value is (203,179,100). Sum of RGB (Red+Green+Blue) = 203+179+100=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB364 is #344C9B. Grayscale: #B1B1B1. Windows color (decimal): -3427484 or 6599627. OLE color: 6599627.

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

Color convert

RGB 203 179 100 -
CMYK 0 0.12 0.51 0.20
HSL 46.02º 0.5% 0.59% -
HSV(B) 46.02º 0.51% 0.8% -
XYZ 43.05 45.86 18.64 -
YUV 177.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 203 179 100 0 0.12 0.51 0.20 46.02 0.5 0.59
Hex CB B3 64 0 C 33 14 2E 32 3B
Octal 313 263 144 0 14 63 24 56 62 73
Binary 11001011 10110011 1100100 0 1100 110011 10100 101110 110010 111011

Color Harmonies of #CBB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB364

Black with #CBB364

Text Example


Text Example

White with #CBB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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