Html Css Color HEX #CCAF98 Cashmere

📋 copy color: '#CCAF98'

red 204 ◦ green 175 ◦ blue 152

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

Shades of Cashmere #CCAF98

Tints of Cashmere #CCAF98

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 38.42%
G = 32.96%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCAF98 (or 0xCCAF98) is known color: Cashmere. HEX triplet: CC, AF and 98. RGB value is (204,175,152). Sum of RGB (Red+Green+Blue) = 204+175+152=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF98 is #335067. Grayscale: #B5B5B5. Windows color (decimal): -3362920 or 10006476. OLE color: 10006476.

HSL color Cylindrical-coordinate representation of color #CCAF98: hue angle of 26.54º degrees, saturation: 0.34, 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 #CCAF98 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 152 -
CMYK 0 0.14 0.25 0.2
HSL 26.54º 0.34% 0.7% -
HSV(B) 26.54º 0.25% 0.8% -
XYZ 45.9 45.76 36.12 -
YUV 181.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 204 175 152 0 0.14 0.25 0.2 26.54 0.34 0.7
Hex CC AF 98 0 E 19 14 1B 22 46
Octal 314 257 230 0 16 31 24 33 42 106
Binary 11001100 10101111 10011000 0 1110 11001 10100 11011 100010 1000110

Color Harmonies of #CCAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF98

Black with #CCAF98

Text Example


Text Example

White with #CCAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF98; }

 p { color: rgb(204,175,152); }

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

background-color css

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

 a { background-color: rgb(204,175,152); }

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

border-color css

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

 span { border-color: rgb(204,175,152); }

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