Html Css Color HEX #CCB458 Tacha

📋 copy color: '#CCB458'

red 204 ◦ green 180 ◦ blue 88

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

Shades of Tacha #CCB458

Tints of Tacha #CCB458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 43.22%
G = 38.14%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB458 (or 0xCCB458) is known color: Tacha. HEX triplet: CC, B4 and 58. RGB value is (204,180,88). Sum of RGB (Red+Green+Blue) = 204+180+88=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB458 is #334BA7. Grayscale: #B1B1B1. Windows color (decimal): -3361704 or 5813452. OLE color: 5813452.

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

Color convert

RGB 204 180 88 -
CMYK 0 0.12 0.57 0.2
HSL 47.59º 0.53% 0.57% -
HSV(B) 47.59º 0.57% 0.8% -
XYZ 42.98 46.18 15.88 -
YUV 176.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 204 180 88 0 0.12 0.57 0.2 47.59 0.53 0.57
Hex CC B4 58 0 C 39 14 30 35 39
Octal 314 264 130 0 14 71 24 60 65 71
Binary 11001100 10110100 1011000 0 1100 111001 10100 110000 110101 111001

Color Harmonies of #CCB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB458

Black with #CCB458

Text Example


Text Example

White with #CCB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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