Html Css Color HEX #CBA695 Rose

📋 copy color: '#CBA695'

red 203 ◦ green 166 ◦ blue 149

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

Shades of Rose #CBA695

Tints of Rose #CBA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 39.19%
G = 32.05%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBA695 (or 0xCBA695) is known color: Rose. HEX triplet: CB, A6 and 95. RGB value is (203,166,149). Sum of RGB (Red+Green+Blue) = 203+166+149=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA695 is #34596A. Grayscale: #AFAFAF. Windows color (decimal): -3430763 or 9807563. OLE color: 9807563.

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

Color convert

RGB 203 166 149 -
CMYK 0 0.18 0.27 0.20
HSL 18.89º 0.34% 0.69% -
HSV(B) 18.89º 0.27% 0.8% -
XYZ 43.69 42.14 34.26 -
YUV 175.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 203 166 149 0 0.18 0.27 0.20 18.89 0.34 0.69
Hex CB A6 95 0 12 1B 14 13 22 45
Octal 313 246 225 0 22 33 24 23 42 105
Binary 11001011 10100110 10010101 0 10010 11011 10100 10011 100010 1000101

Color Harmonies of #CBA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA695

Black with #CBA695

Text Example


Text Example

White with #CBA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA695; }

 p { color: rgb(203,166,149); }

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

background-color css

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

 a { background-color: rgb(203,166,149); }

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

border-color css

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

 span { border-color: rgb(203,166,149); }

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