Html Css Color HEX #CCB658 Tacha

📋 copy color: '#CCB658'

red 204 ◦ green 182 ◦ blue 88

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

Shades of Tacha #CCB658

Tints of Tacha #CCB658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 43.04%
G = 38.4%
B = 18.57%

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

#CCB658 (or 0xCCB658) is known color: Tacha. HEX triplet: CC, B6 and 58. RGB value is (204,182,88). Sum of RGB (Red+Green+Blue) = 204+182+88=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB658 is #3349A7. Grayscale: #B2B2B2. Windows color (decimal): -3361192 or 5813964. OLE color: 5813964.

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

Color convert

RGB 204 182 88 -
CMYK 0 0.11 0.57 0.2
HSL 48.62º 0.53% 0.57% -
HSV(B) 48.62º 0.57% 0.8% -
XYZ 43.39 47 16.02 -
YUV 177.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 204 182 88 0 0.11 0.57 0.2 48.62 0.53 0.57
Hex CC B6 58 0 B 39 14 31 35 39
Octal 314 266 130 0 13 71 24 61 65 71
Binary 11001100 10110110 1011000 0 1011 111001 10100 110001 110101 111001

Color Harmonies of #CCB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB658

Black with #CCB658

Text Example


Text Example

White with #CCB658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB658; }

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

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

background-color css

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

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

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

border-color css

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

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

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