Html Css Color HEX #CCB199 Cashmere

📋 copy color: '#CCB199'

red 204 ◦ green 177 ◦ blue 153

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

Shades of Cashmere #CCB199

Tints of Cashmere #CCB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.65%

R = 38.2%
G = 33.15%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCB199 (or 0xCCB199) is known color: Cashmere. HEX triplet: CC, B1 and 99. RGB value is (204,177,153). Sum of RGB (Red+Green+Blue) = 204+177+153=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB199 is #334E66. Grayscale: #B6B6B6. Windows color (decimal): -3362407 or 10072524. OLE color: 10072524.

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

Color convert

RGB 204 177 153 -
CMYK 0 0.13 0.25 0.2
HSL 28.24º 0.33% 0.7% -
HSV(B) 28.24º 0.25% 0.8% -
XYZ 46.37 46.58 36.68 -
YUV 182.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 204 177 153 0 0.13 0.25 0.2 28.24 0.33 0.7
Hex CC B1 99 0 D 19 14 1C 21 46
Octal 314 261 231 0 15 31 24 34 41 106
Binary 11001100 10110001 10011001 0 1101 11001 10100 11100 100001 1000110

Color Harmonies of #CCB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB199

Black with #CCB199

Text Example


Text Example

White with #CCB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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