Html Css Color HEX #CBB263 Tacha

📋 copy color: '#CBB263'

red 203 ◦ green 178 ◦ blue 99

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

Shades of Tacha #CBB263

Tints of Tacha #CBB263

RGB

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

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

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

R = 42.29%
G = 37.08%
B = 20.63%

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

#CBB263 (or 0xCBB263) is known color: Tacha. HEX triplet: CB, B2 and 63. RGB value is (203,178,99). Sum of RGB (Red+Green+Blue) = 203+178+99=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB263 is #344D9C. Grayscale: #B0B0B0. Windows color (decimal): -3427741 or 6533835. OLE color: 6533835.

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

Color convert

RGB 203 178 99 -
CMYK 0 0.12 0.51 0.20
HSL 45.58º 0.5% 0.59% -
HSV(B) 45.58º 0.51% 0.8% -
XYZ 42.8 45.44 18.32 -
YUV 176.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 203 178 99 0 0.12 0.51 0.20 45.58 0.5 0.59
Hex CB B2 63 0 C 33 14 2E 32 3B
Octal 313 262 143 0 14 63 24 56 62 73
Binary 11001011 10110010 1100011 0 1100 110011 10100 101110 110010 111011

Color Harmonies of #CBB263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB263

Black with #CBB263

Text Example


Text Example

White with #CBB263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB263; }

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

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

background-color css

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

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

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

border-color css

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

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

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