Html Css Color HEX #CCB858 Tacha

📋 copy color: '#CCB858'

red 204 ◦ green 184 ◦ blue 88

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

Shades of Tacha #CCB858

Tints of Tacha #CCB858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

 BLUE value IS 88 (34.77% from 255) = 18.49%

R = 42.86%
G = 38.66%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB858 (or 0xCCB858) is known color: Tacha. HEX triplet: CC, B8 and 58. RGB value is (204,184,88). Sum of RGB (Red+Green+Blue) = 204+184+88=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB858 is #3347A7. Grayscale: #B3B3B3. Windows color (decimal): -3360680 or 5814476. OLE color: 5814476.

HSL color Cylindrical-coordinate representation of color #CCB858: hue angle of 49.66º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCB858 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 88 -
CMYK 0 0.10 0.57 0.2
HSL 49.66º 0.53% 0.57% -
HSV(B) 49.66º 0.57% 0.8% -
XYZ 43.8 47.82 16.15 -
YUV 179.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 204 184 88 0 0.10 0.57 0.2 49.66 0.53 0.57
Hex CC B8 58 0 A 39 14 32 35 39
Octal 314 270 130 0 12 71 24 62 65 71
Binary 11001100 10111000 1011000 0 1010 111001 10100 110010 110101 111001

Color Harmonies of #CCB858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB858

Black with #CCB858

Text Example


Text Example

White with #CCB858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB858; }

 p { color: rgb(204,184,88); }

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

background-color css

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

 a { background-color: rgb(204,184,88); }

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

border-color css

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

 span { border-color: rgb(204,184,88); }

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