Html Css Color HEX #CCB95F Tacha

📋 copy color: '#CCB95F'

red 204 ◦ green 185 ◦ blue 95

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

Shades of Tacha #CCB95F

Tints of Tacha #CCB95F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 42.15%
G = 38.22%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB95F (or 0xCCB95F) is known color: Tacha. HEX triplet: CC, B9 and 5F. RGB value is (204,185,95). Sum of RGB (Red+Green+Blue) = 204+185+95=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB95F is #3346A0. Grayscale: #B4B4B4. Windows color (decimal): -3360417 or 6273484. OLE color: 6273484.

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

Color convert

RGB 204 185 95 -
CMYK 0 0.09 0.53 0.2
HSL 49.54º 0.52% 0.59% -
HSV(B) 49.54º 0.53% 0.8% -
XYZ 44.32 48.36 17.83 -
YUV 180.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 204 185 95 0 0.09 0.53 0.2 49.54 0.52 0.59
Hex CC B9 5F 0 9 35 14 32 34 3B
Octal 314 271 137 0 11 65 24 62 64 73
Binary 11001100 10111001 1011111 0 1001 110101 10100 110010 110100 111011

Color Harmonies of #CCB95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB95F

Black with #CCB95F

Text Example


Text Example

White with #CCB95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB95F; }

 p { color: rgb(204,185,95); }

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

background-color css

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

 a { background-color: rgb(204,185,95); }

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

border-color css

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

 span { border-color: rgb(204,185,95); }

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