Html Css Color HEX #CCB968 Tacha

📋 copy color: '#CCB968'

red 204 ◦ green 185 ◦ blue 104

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

Shades of Tacha #CCB968

Tints of Tacha #CCB968

RGB

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

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

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

R = 41.38%
G = 37.53%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCB968 (or 0xCCB968) is known color: Tacha. HEX triplet: CC, B9 and 68. RGB value is (204,185,104). Sum of RGB (Red+Green+Blue) = 204+185+104=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB968 is #334697. Grayscale: #B5B5B5. Windows color (decimal): -3360408 or 6863308. OLE color: 6863308.

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

Color convert

RGB 204 185 104 -
CMYK 0 0.09 0.49 0.2
HSL 48.6º 0.5% 0.6% -
HSV(B) 48.6º 0.49% 0.8% -
XYZ 44.75 48.53 20.11 -
YUV 181.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 204 185 104 0 0.09 0.49 0.2 48.6 0.5 0.6
Hex CC B9 68 0 9 31 14 31 32 3C
Octal 314 271 150 0 11 61 24 61 62 74
Binary 11001100 10111001 1101000 0 1001 110001 10100 110001 110010 111100

Color Harmonies of #CCB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB968

Black with #CCB968

Text Example


Text Example

White with #CCB968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB968; }

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

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

background-color css

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

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

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

border-color css

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

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

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