Html Css Color HEX #CCB568 Tacha

📋 copy color: '#CCB568'

red 204 ◦ green 181 ◦ blue 104

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

Shades of Tacha #CCB568

Tints of Tacha #CCB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 41.72%
G = 37.01%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCB568 (or 0xCCB568) is known color: Tacha. HEX triplet: CC, B5 and 68. RGB value is (204,181,104). Sum of RGB (Red+Green+Blue) = 204+181+104=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB568 is #334A97. Grayscale: #B3B3B3. Windows color (decimal): -3361432 or 6862284. OLE color: 6862284.

HSL color Cylindrical-coordinate representation of color #CCB568: hue angle of 46.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCB568 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 104 -
CMYK 0 0.11 0.49 0.2
HSL 46.2º 0.5% 0.6% -
HSV(B) 46.2º 0.49% 0.8% -
XYZ 43.92 46.88 19.83 -
YUV 179.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 204 181 104 0 0.11 0.49 0.2 46.2 0.5 0.6
Hex CC B5 68 0 B 31 14 2E 32 3C
Octal 314 265 150 0 13 61 24 56 62 74
Binary 11001100 10110101 1101000 0 1011 110001 10100 101110 110010 111100

Color Harmonies of #CCB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB568

Black with #CCB568

Text Example


Text Example

White with #CCB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB568; }

 p { color: rgb(204,181,104); }

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

background-color css

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

 a { background-color: rgb(204,181,104); }

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

border-color css

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

 span { border-color: rgb(204,181,104); }

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