Html Css Color HEX #CCB558 Tacha

📋 copy color: '#CCB558'

red 204 ◦ green 181 ◦ blue 88

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

Shades of Tacha #CCB558

Tints of Tacha #CCB558

RGB

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

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

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

R = 43.13%
G = 38.27%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB558 (or 0xCCB558) is known color: Tacha. HEX triplet: CC, B5 and 58. RGB value is (204,181,88). Sum of RGB (Red+Green+Blue) = 204+181+88=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB558 is #334AA7. Grayscale: #B1B1B1. Windows color (decimal): -3361448 or 5813708. OLE color: 5813708.

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

Color convert

RGB 204 181 88 -
CMYK 0 0.11 0.57 0.2
HSL 48.1º 0.53% 0.57% -
HSV(B) 48.1º 0.57% 0.8% -
XYZ 43.19 46.59 15.95 -
YUV 177.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 204 181 88 0 0.11 0.57 0.2 48.1 0.53 0.57
Hex CC B5 58 0 B 39 14 30 35 39
Octal 314 265 130 0 13 71 24 60 65 71
Binary 11001100 10110101 1011000 0 1011 111001 10100 110000 110101 111001

Color Harmonies of #CCB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB558

Black with #CCB558

Text Example


Text Example

White with #CCB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB558; }

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

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

background-color css

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

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

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

border-color css

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

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

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