Html Css Color HEX #CBA390 Rose

📋 copy color: '#CBA390'

red 203 ◦ green 163 ◦ blue 144

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

Shades of Rose #CBA390

Tints of Rose #CBA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 39.8%
G = 31.96%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CBA390 (or 0xCBA390) is known color: Rose. HEX triplet: CB, A3 and 90. RGB value is (203,163,144). Sum of RGB (Red+Green+Blue) = 203+163+144=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA390 is #345C6F. Grayscale: #ACACAC. Windows color (decimal): -3431536 or 9479115. OLE color: 9479115.

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

Color convert

RGB 203 163 144 -
CMYK 0 0.20 0.29 0.20
HSL 19.32º 0.36% 0.68% -
HSV(B) 19.32º 0.29% 0.8% -
XYZ 42.76 40.9 32.03 -
YUV 172.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 203 163 144 0 0.20 0.29 0.20 19.32 0.36 0.68
Hex CB A3 90 0 14 1D 14 13 24 44
Octal 313 243 220 0 24 35 24 23 44 104
Binary 11001011 10100011 10010000 0 10100 11101 10100 10011 100100 1000100

Color Harmonies of #CBA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA390

Black with #CBA390

Text Example


Text Example

White with #CBA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA390; }

 p { color: rgb(203,163,144); }

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

background-color css

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

 a { background-color: rgb(203,163,144); }

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

border-color css

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

 span { border-color: rgb(203,163,144); }

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