Html Css Color HEX #CCAF9A Cashmere

📋 copy color: '#CCAF9A'

red 204 ◦ green 175 ◦ blue 154

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

Shades of Cashmere #CCAF9A

Tints of Cashmere #CCAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 38.27%
G = 32.83%
B = 28.89%

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

#CCAF9A (or 0xCCAF9A) is known color: Cashmere. HEX triplet: CC, AF and 9A. RGB value is (204,175,154). Sum of RGB (Red+Green+Blue) = 204+175+154=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF9A is #335065. Grayscale: #B5B5B5. Windows color (decimal): -3362918 or 10137548. OLE color: 10137548.

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

Color convert

RGB 204 175 154 -
CMYK 0 0.14 0.25 0.2
HSL 25.2º 0.33% 0.7% -
HSV(B) 25.2º 0.25% 0.8% -
XYZ 46.06 45.83 36.99 -
YUV 181.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 204 175 154 0 0.14 0.25 0.2 25.2 0.33 0.7
Hex CC AF 9A 0 E 19 14 19 21 46
Octal 314 257 232 0 16 31 24 31 41 106
Binary 11001100 10101111 10011010 0 1110 11001 10100 11001 100001 1000110

Color Harmonies of #CCAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF9A

Black with #CCAF9A

Text Example


Text Example

White with #CCAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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