Html Css Color HEX #CCB488 Tan

📋 copy color: '#CCB488'

red 204 ◦ green 180 ◦ blue 136

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

Shades of Tan #CCB488

Tints of Tan #CCB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.62%

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 39.23%
G = 34.62%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCB488 (or 0xCCB488) is known color: Tan. HEX triplet: CC, B4 and 88. RGB value is (204,180,136). Sum of RGB (Red+Green+Blue) = 204+180+136=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB488 is #334B77. Grayscale: #B6B6B6. Windows color (decimal): -3361656 or 8959180. OLE color: 8959180.

HSL color Cylindrical-coordinate representation of color #CCB488: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCB488 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 136 -
CMYK 0 0.12 0.33 0.2
HSL 38.82º 0.4% 0.67% -
HSV(B) 38.82º 0.33% 0.8% -
XYZ 45.67 47.26 30.01 -
YUV 182.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 204 180 136 0 0.12 0.33 0.2 38.82 0.4 0.67
Hex CC B4 88 0 C 21 14 27 28 43
Octal 314 264 210 0 14 41 24 47 50 103
Binary 11001100 10110100 10001000 0 1100 100001 10100 100111 101000 1000011

Color Harmonies of #CCB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB488

Black with #CCB488

Text Example


Text Example

White with #CCB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB488; }

 p { color: rgb(204,180,136); }

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

background-color css

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

 a { background-color: rgb(204,180,136); }

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

border-color css

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

 span { border-color: rgb(204,180,136); }

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