Html Css Color HEX #CCB363 Tacha

📋 copy color: '#CCB363'

red 204 ◦ green 179 ◦ blue 99

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

Shades of Tacha #CCB363

Tints of Tacha #CCB363

RGB

 RED value IS 204 (80.08% from 255) = 42.32%

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

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

R = 42.32%
G = 37.14%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCB363 (or 0xCCB363) is known color: Tacha. HEX triplet: CC, B3 and 63. RGB value is (204,179,99). Sum of RGB (Red+Green+Blue) = 204+179+99=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB363 is #334C9C. Grayscale: #B1B1B1. Windows color (decimal): -3361949 or 6534092. OLE color: 6534092.

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

Color convert

RGB 204 179 99 -
CMYK 0 0.12 0.51 0.2
HSL 45.71º 0.51% 0.59% -
HSV(B) 45.71º 0.51% 0.8% -
XYZ 43.27 45.98 18.4 -
YUV 177.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 204 179 99 0 0.12 0.51 0.2 45.71 0.51 0.59
Hex CC B3 63 0 C 33 14 2E 33 3B
Octal 314 263 143 0 14 63 24 56 63 73
Binary 11001100 10110011 1100011 0 1100 110011 10100 101110 110011 111011

Color Harmonies of #CCB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB363

Black with #CCB363

Text Example


Text Example

White with #CCB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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