Html Css Color HEX #CCB767 Tacha

📋 copy color: '#CCB767'

red 204 ◦ green 183 ◦ blue 103

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

Shades of Tacha #CCB767

Tints of Tacha #CCB767

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.35%

 BLUE value IS 103 (40.63% from 255) = 21.02%

R = 41.63%
G = 37.35%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCB767 (or 0xCCB767) is known color: Tacha. HEX triplet: CC, B7 and 67. RGB value is (204,183,103). Sum of RGB (Red+Green+Blue) = 204+183+103=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB767 is #334898. Grayscale: #B4B4B4. Windows color (decimal): -3360921 or 6797260. OLE color: 6797260.

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

Color convert

RGB 204 183 103 -
CMYK 0 0.10 0.50 0.2
HSL 47.52º 0.5% 0.6% -
HSV(B) 47.52º 0.5% 0.8% -
XYZ 44.28 47.68 19.7 -
YUV 180.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 204 183 103 0 0.10 0.50 0.2 47.52 0.5 0.6
Hex CC B7 67 0 A 32 14 30 32 3C
Octal 314 267 147 0 12 62 24 60 62 74
Binary 11001100 10110111 1100111 0 1010 110010 10100 110000 110010 111100

Color Harmonies of #CCB767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB767

Black with #CCB767

Text Example


Text Example

White with #CCB767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB767; }

 p { color: rgb(204,183,103); }

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

background-color css

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

 a { background-color: rgb(204,183,103); }

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

border-color css

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

 span { border-color: rgb(204,183,103); }

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