Html Css Color HEX #CCB663 Tacha

📋 copy color: '#CCB663'

red 204 ◦ green 182 ◦ blue 99

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

Shades of Tacha #CCB663

Tints of Tacha #CCB663

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

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

R = 42.06%
G = 37.53%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCB663 (or 0xCCB663) is known color: Tacha. HEX triplet: CC, B6 and 63. RGB value is (204,182,99). Sum of RGB (Red+Green+Blue) = 204+182+99=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB663 is #33499C. Grayscale: #B3B3B3. Windows color (decimal): -3361181 or 6534860. OLE color: 6534860.

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

Color convert

RGB 204 182 99 -
CMYK 0 0.11 0.51 0.2
HSL 47.43º 0.51% 0.59% -
HSV(B) 47.43º 0.51% 0.8% -
XYZ 43.88 47.19 18.6 -
YUV 179.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 204 182 99 0 0.11 0.51 0.2 47.43 0.51 0.59
Hex CC B6 63 0 B 33 14 2F 33 3B
Octal 314 266 143 0 13 63 24 57 63 73
Binary 11001100 10110110 1100011 0 1011 110011 10100 101111 110011 111011

Color Harmonies of #CCB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB663

Black with #CCB663

Text Example


Text Example

White with #CCB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB663; }

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

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

background-color css

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

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

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

border-color css

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

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

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