Html Css Color HEX #CCBB68 Tacha

📋 copy color: '#CCBB68'

red 204 ◦ green 187 ◦ blue 104

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

Shades of Tacha #CCBB68

Tints of Tacha #CCBB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.78%

 BLUE value IS 104 (41.02% from 255) = 21.01%

R = 41.21%
G = 37.78%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCBB68 (or 0xCCBB68) is known color: Tacha. HEX triplet: CC, BB and 68. RGB value is (204,187,104). Sum of RGB (Red+Green+Blue) = 204+187+104=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB68 is #334497. Grayscale: #B6B6B6. Windows color (decimal): -3359896 or 6863820. OLE color: 6863820.

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

Color convert

RGB 204 187 104 -
CMYK 0 0.08 0.49 0.2
HSL 49.8º 0.5% 0.6% -
HSV(B) 49.8º 0.49% 0.8% -
XYZ 45.17 49.38 20.25 -
YUV 182.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 204 187 104 0 0.08 0.49 0.2 49.8 0.5 0.6
Hex CC BB 68 0 8 31 14 32 32 3C
Octal 314 273 150 0 10 61 24 62 62 74
Binary 11001100 10111011 1101000 0 1000 110001 10100 110010 110010 111100

Color Harmonies of #CCBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB68

Black with #CCBB68

Text Example


Text Example

White with #CCBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB68; }

 p { color: rgb(204,187,104); }

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

background-color css

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

 a { background-color: rgb(204,187,104); }

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

border-color css

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

 span { border-color: rgb(204,187,104); }

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