Html Css Color HEX #CBA693 Rose

📋 copy color: '#CBA693'

red 203 ◦ green 166 ◦ blue 147

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

Shades of Rose #CBA693

Tints of Rose #CBA693

RGB

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

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

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

R = 39.34%
G = 32.17%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBA693 (or 0xCBA693) is known color: Rose. HEX triplet: CB, A6 and 93. RGB value is (203,166,147). Sum of RGB (Red+Green+Blue) = 203+166+147=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA693 is #34596C. Grayscale: #AFAFAF. Windows color (decimal): -3430765 or 9676491. OLE color: 9676491.

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

Color convert

RGB 203 166 147 -
CMYK 0 0.18 0.28 0.20
HSL 20.36º 0.35% 0.69% -
HSV(B) 20.36º 0.28% 0.8% -
XYZ 43.53 42.08 33.43 -
YUV 174.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 203 166 147 0 0.18 0.28 0.20 20.36 0.35 0.69
Hex CB A6 93 0 12 1C 14 14 23 45
Octal 313 246 223 0 22 34 24 24 43 105
Binary 11001011 10100110 10010011 0 10010 11100 10100 10100 100011 1000101

Color Harmonies of #CBA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA693

Black with #CBA693

Text Example


Text Example

White with #CBA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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