Html Css Color HEX #CFA093 Rose

📋 copy color: '#CFA093'

red 207 ◦ green 160 ◦ blue 147

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

Shades of Rose #CFA093

Tints of Rose #CFA093

RGB

 RED value IS 207 (81.25% from 255) = 40.27%

 GREEN value IS 160 (62.89% from 255) = 31.13%

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

R = 40.27%
G = 31.13%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFA093 (or 0xCFA093) is known color: Rose. HEX triplet: CF, A0 and 93. RGB value is (207,160,147). Sum of RGB (Red+Green+Blue) = 207+160+147=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA093 is #305F6C. Grayscale: #ACACAC. Windows color (decimal): -3170157 or 9674959. OLE color: 9674959.

HSL color Cylindrical-coordinate representation of color #CFA093: hue angle of 13º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA093 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 147 -
CMYK 0 0.23 0.29 0.19
HSL 13º 0.38% 0.69% -
HSV(B) 13º 0.29% 0.81% -
XYZ 43.57 40.51 33.13 -
YUV 172.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 207 160 147 0 0.23 0.29 0.19 13 0.38 0.69
Hex CF A0 93 0 17 1D 13 D 26 45
Octal 317 240 223 0 27 35 23 15 46 105
Binary 11001111 10100000 10010011 0 10111 11101 10011 1101 100110 1000101

Color Harmonies of #CFA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA093

Black with #CFA093

Text Example


Text Example

White with #CFA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA093; }

 p { color: rgb(207,160,147); }

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

background-color css

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

 a { background-color: rgb(207,160,147); }

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

border-color css

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

 span { border-color: rgb(207,160,147); }

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