Html Css Color HEX #CBAD9C Cashmere

📋 copy color: '#CBAD9C'

red 203 ◦ green 173 ◦ blue 156

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

Shades of Cashmere #CBAD9C

Tints of Cashmere #CBAD9C

RGB

 RED value IS 203 (79.69% from 255) = 38.16%

 GREEN value IS 173 (67.97% from 255) = 32.52%

 BLUE value IS 156 (61.33% from 255) = 29.32%

R = 38.16%
G = 32.52%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CBAD9C (or 0xCBAD9C) is known color: Cashmere. HEX triplet: CB, AD and 9C. RGB value is (203,173,156). Sum of RGB (Red+Green+Blue) = 203+173+156=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD9C is #345263. Grayscale: #B4B4B4. Windows color (decimal): -3428964 or 10268107. OLE color: 10268107.

HSL color Cylindrical-coordinate representation of color #CBAD9C: hue angle of 21.7º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBAD9C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 173 156 -
CMYK 0 0.15 0.23 0.20
HSL 21.7º 0.31% 0.7% -
HSV(B) 21.7º 0.23% 0.8% -
XYZ 45.57 44.98 37.73 -
YUV 180.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 203 173 156 0 0.15 0.23 0.20 21.7 0.31 0.7
Hex CB AD 9C 0 F 17 14 16 1F 46
Octal 313 255 234 0 17 27 24 26 37 106
Binary 11001011 10101101 10011100 0 1111 10111 10100 10110 11111 1000110

Color Harmonies of #CBAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD9C

Black with #CBAD9C

Text Example


Text Example

White with #CBAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD9C; }

 p { color: rgb(203,173,156); }

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

background-color css

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

 a { background-color: rgb(203,173,156); }

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

border-color css

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

 span { border-color: rgb(203,173,156); }

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