Html Css Color HEX #CBC263 Tacha

📋 copy color: '#CBC263'

red 203 ◦ green 194 ◦ blue 99

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

Shades of Tacha #CBC263

Tints of Tacha #CBC263

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

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

R = 40.93%
G = 39.11%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBC263 (or 0xCBC263) is known color: Tacha. HEX triplet: CB, C2 and 63. RGB value is (203,194,99). Sum of RGB (Red+Green+Blue) = 203+194+99=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC263 is #343D9C. Grayscale: #BABABA. Windows color (decimal): -3423645 or 6537931. OLE color: 6537931.

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

Color convert

RGB 203 194 99 -
CMYK 0 0.04 0.51 0.20
HSL 54.81º 0.5% 0.59% -
HSV(B) 54.81º 0.51% 0.8% -
XYZ 46.17 52.18 19.44 -
YUV 185.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 203 194 99 0 0.04 0.51 0.20 54.81 0.5 0.59
Hex CB C2 63 0 4 33 14 37 32 3B
Octal 313 302 143 0 4 63 24 67 62 73
Binary 11001011 11000010 1100011 0 100 110011 10100 110111 110010 111011

Color Harmonies of #CBC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC263

Black with #CBC263

Text Example


Text Example

White with #CBC263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC263; }

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

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

background-color css

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

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

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

border-color css

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

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

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