Html Css Color HEX #CCB758 Tacha

📋 copy color: '#CCB758'

red 204 ◦ green 183 ◦ blue 88

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

Shades of Tacha #CCB758

Tints of Tacha #CCB758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

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

R = 42.95%
G = 38.53%
B = 18.53%

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

#CCB758 (or 0xCCB758) is known color: Tacha. HEX triplet: CC, B7 and 58. RGB value is (204,183,88). Sum of RGB (Red+Green+Blue) = 204+183+88=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB758 is #3348A7. Grayscale: #B2B2B2. Windows color (decimal): -3360936 or 5814220. OLE color: 5814220.

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

Color convert

RGB 204 183 88 -
CMYK 0 0.10 0.57 0.2
HSL 49.14º 0.53% 0.57% -
HSV(B) 49.14º 0.57% 0.8% -
XYZ 43.6 47.41 16.09 -
YUV 178.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 204 183 88 0 0.10 0.57 0.2 49.14 0.53 0.57
Hex CC B7 58 0 A 39 14 31 35 39
Octal 314 267 130 0 12 71 24 61 65 71
Binary 11001100 10110111 1011000 0 1010 111001 10100 110001 110101 111001

Color Harmonies of #CCB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB758

Black with #CCB758

Text Example


Text Example

White with #CCB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB758; }

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

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

background-color css

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

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

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

border-color css

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

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

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