Html Css Color HEX #CCB35F Tacha

📋 copy color: '#CCB35F'

red 204 ◦ green 179 ◦ blue 95

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

Shades of Tacha #CCB35F

Tints of Tacha #CCB35F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

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

R = 42.68%
G = 37.45%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB35F (or 0xCCB35F) is known color: Tacha. HEX triplet: CC, B3 and 5F. RGB value is (204,179,95). Sum of RGB (Red+Green+Blue) = 204+179+95=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB35F is #334CA0. Grayscale: #B1B1B1. Windows color (decimal): -3361953 or 6271948. OLE color: 6271948.

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

Color convert

RGB 204 179 95 -
CMYK 0 0.12 0.53 0.2
HSL 46.24º 0.52% 0.59% -
HSV(B) 46.24º 0.53% 0.8% -
XYZ 43.09 45.9 17.42 -
YUV 176.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 204 179 95 0 0.12 0.53 0.2 46.24 0.52 0.59
Hex CC B3 5F 0 C 35 14 2E 34 3B
Octal 314 263 137 0 14 65 24 56 64 73
Binary 11001100 10110011 1011111 0 1100 110101 10100 101110 110100 111011

Color Harmonies of #CCB35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB35F

Black with #CCB35F

Text Example


Text Example

White with #CCB35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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