Html Css Color HEX #CCBC6C Tacha

📋 copy color: '#CCBC6C'

red 204 ◦ green 188 ◦ blue 108

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

Shades of Tacha #CCBC6C

Tints of Tacha #CCBC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 40.8%
G = 37.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCBC6C (or 0xCCBC6C) is known color: Tacha. HEX triplet: CC, BC and 6C. RGB value is (204,188,108). Sum of RGB (Red+Green+Blue) = 204+188+108=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC6C is #334393. Grayscale: #B7B7B7. Windows color (decimal): -3359636 or 7126220. OLE color: 7126220.

HSL color Cylindrical-coordinate representation of color #CCBC6C: hue angle of 50º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCBC6C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 108 -
CMYK 0 0.08 0.47 0.2
HSL 50º 0.48% 0.61% -
HSV(B) 50º 0.47% 0.8% -
XYZ 45.59 49.89 21.41 -
YUV 183.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 204 188 108 0 0.08 0.47 0.2 50 0.48 0.61
Hex CC BC 6C 0 8 2F 14 32 30 3D
Octal 314 274 154 0 10 57 24 62 60 75
Binary 11001100 10111100 1101100 0 1000 101111 10100 110010 110000 111101

Color Harmonies of #CCBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC6C

Black with #CCBC6C

Text Example


Text Example

White with #CCBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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