Html Css Color HEX #CBA593 Rose

📋 copy color: '#CBA593'

red 203 ◦ green 165 ◦ blue 147

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

Shades of Rose #CBA593

Tints of Rose #CBA593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 39.42%
G = 32.04%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBA593 (or 0xCBA593) is known color: Rose. HEX triplet: CB, A5 and 93. RGB value is (203,165,147). Sum of RGB (Red+Green+Blue) = 203+165+147=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA593 is #345A6C. Grayscale: #AEAEAE. Windows color (decimal): -3431021 or 9676235. OLE color: 9676235.

HSL color Cylindrical-coordinate representation of color #CBA593: hue angle of 19.29º degrees, saturation: 0.35, 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 #CBA593 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 147 -
CMYK 0 0.19 0.28 0.20
HSL 19.29º 0.35% 0.69% -
HSV(B) 19.29º 0.28% 0.8% -
XYZ 43.35 41.71 33.37 -
YUV 174.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 203 165 147 0 0.19 0.28 0.20 19.29 0.35 0.69
Hex CB A5 93 0 13 1C 14 13 23 45
Octal 313 245 223 0 23 34 24 23 43 105
Binary 11001011 10100101 10010011 0 10011 11100 10100 10011 100011 1000101

Color Harmonies of #CBA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA593

Black with #CBA593

Text Example


Text Example

White with #CBA593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA593; }

 p { color: rgb(203,165,147); }

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

background-color css

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

 a { background-color: rgb(203,165,147); }

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

border-color css

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

 span { border-color: rgb(203,165,147); }

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