Html Css Color HEX #CCBC60 Tacha

📋 copy color: '#CCBC60'

red 204 ◦ green 188 ◦ blue 96

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

Shades of Tacha #CCBC60

Tints of Tacha #CCBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

 BLUE value IS 96 (37.89% from 255) = 19.67%

R = 41.8%
G = 38.52%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCBC60 (or 0xCCBC60) is known color: Tacha. HEX triplet: CC, BC and 60. RGB value is (204,188,96). Sum of RGB (Red+Green+Blue) = 204+188+96=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC60 is #33439F. Grayscale: #B6B6B6. Windows color (decimal): -3359648 or 6339788. OLE color: 6339788.

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

Color convert

RGB 204 188 96 -
CMYK 0 0.08 0.53 0.2
HSL 51.11º 0.51% 0.59% -
HSV(B) 51.11º 0.53% 0.8% -
XYZ 45 49.65 18.28 -
YUV 182.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 204 188 96 0 0.08 0.53 0.2 51.11 0.51 0.59
Hex CC BC 60 0 8 35 14 33 33 3B
Octal 314 274 140 0 10 65 24 63 63 73
Binary 11001100 10111100 1100000 0 1000 110101 10100 110011 110011 111011

Color Harmonies of #CCBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC60

Black with #CCBC60

Text Example


Text Example

White with #CCBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC60; }

 p { color: rgb(204,188,96); }

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

background-color css

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

 a { background-color: rgb(204,188,96); }

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

border-color css

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

 span { border-color: rgb(204,188,96); }

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