Html Css Color HEX #CCB190 Tan

📋 copy color: '#CCB190'

red 204 ◦ green 177 ◦ blue 144

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

Shades of Tan #CCB190

Tints of Tan #CCB190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 38.86%
G = 33.71%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCB190 (or 0xCCB190) is known color: Tan. HEX triplet: CC, B1 and 90. RGB value is (204,177,144). Sum of RGB (Red+Green+Blue) = 204+177+144=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB190 is #334E6F. Grayscale: #B5B5B5. Windows color (decimal): -3362416 or 9482700. OLE color: 9482700.

HSL color Cylindrical-coordinate representation of color #CCB190: hue angle of 33º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB190 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 144 -
CMYK 0 0.13 0.29 0.2
HSL 33º 0.37% 0.68% -
HSV(B) 33º 0.29% 0.8% -
XYZ 45.66 46.3 32.92 -
YUV 181.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 204 177 144 0 0.13 0.29 0.2 33 0.37 0.68
Hex CC B1 90 0 D 1D 14 21 25 44
Octal 314 261 220 0 15 35 24 41 45 104
Binary 11001100 10110001 10010000 0 1101 11101 10100 100001 100101 1000100

Color Harmonies of #CCB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB190

Black with #CCB190

Text Example


Text Example

White with #CCB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB190; }

 p { color: rgb(204,177,144); }

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

background-color css

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

 a { background-color: rgb(204,177,144); }

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

border-color css

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

 span { border-color: rgb(204,177,144); }

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