Html Css Color HEX #C4BDA9 Cotton Seed

📋 copy color: '#C4BDA9'

red 196 ◦ green 189 ◦ blue 169

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

Shades of Cotton Seed #C4BDA9

Tints of Cotton Seed #C4BDA9

RGB

 RED value IS 196 (76.95% from 255) = 35.38%

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 169 (66.41% from 255) = 30.51%

R = 35.38%
G = 34.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4BDA9 (or 0xC4BDA9) is known color: Cotton Seed. HEX triplet: C4, BD and A9. RGB value is (196,189,169). Sum of RGB (Red+Green+Blue) = 196+189+169=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BDA9 is #3B4256. Grayscale: #BCBCBC. Windows color (decimal): -3883607 or 11124164. OLE color: 11124164.

HSL color Cylindrical-coordinate representation of color #C4BDA9: hue angle of 44.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BDA9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 189 169 -
CMYK 0 0.04 0.14 0.23
HSL 44.44º 0.19% 0.72% -
HSV(B) 44.44º 0.14% 0.77% -
XYZ 48.12 51 44.84 -
YUV 188.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 196 189 169 0 0.04 0.14 0.23 44.44 0.19 0.72
Hex C4 BD A9 0 4 E 17 2C 13 48
Octal 304 275 251 0 4 16 27 54 23 110
Binary 11000100 10111101 10101001 0 100 1110 10111 101100 10011 1001000

Color Harmonies of #C4BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDA9

Black with #C4BDA9

Text Example


Text Example

White with #C4BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDA9; }

 p { color: rgb(196,189,169); }

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

background-color css

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

 a { background-color: rgb(196,189,169); }

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

border-color css

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

 span { border-color: rgb(196,189,169); }

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