Html Css Color HEX #CDB194 Cashmere

📋 copy color: '#CDB194'

red 205 ◦ green 177 ◦ blue 148

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

Shades of Cashmere #CDB194

Tints of Cashmere #CDB194

RGB

 RED value IS 205 (80.47% from 255) = 38.68%

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

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 38.68%
G = 33.4%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDB194 (or 0xCDB194) is known color: Cashmere. HEX triplet: CD, B1 and 94. RGB value is (205,177,148). Sum of RGB (Red+Green+Blue) = 205+177+148=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB194 is #324E6B. Grayscale: #B6B6B6. Windows color (decimal): -3296876 or 9744845. OLE color: 9744845.

HSL color Cylindrical-coordinate representation of color #CDB194: hue angle of 30.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDB194 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 148 -
CMYK 0 0.14 0.28 0.20
HSL 30.53º 0.36% 0.69% -
HSV(B) 30.53º 0.28% 0.8% -
XYZ 46.24 46.56 34.57 -
YUV 182.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 205 177 148 0 0.14 0.28 0.20 30.53 0.36 0.69
Hex CD B1 94 0 E 1C 14 1F 24 45
Octal 315 261 224 0 16 34 24 37 44 105
Binary 11001101 10110001 10010100 0 1110 11100 10100 11111 100100 1000101

Color Harmonies of #CDB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB194

Black with #CDB194

Text Example


Text Example

White with #CDB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB194; }

 p { color: rgb(205,177,148); }

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

background-color css

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

 a { background-color: rgb(205,177,148); }

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

border-color css

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

 span { border-color: rgb(205,177,148); }

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