Html Css Color HEX #CFA092 Rose

📋 copy color: '#CFA092'

red 207 ◦ green 160 ◦ blue 146

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

Shades of Rose #CFA092

Tints of Rose #CFA092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 40.35%
G = 31.19%
B = 28.46%

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

#CFA092 (or 0xCFA092) is known color: Rose. HEX triplet: CF, A0 and 92. RGB value is (207,160,146). Sum of RGB (Red+Green+Blue) = 207+160+146=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA092 is #305F6D. Grayscale: #ACACAC. Windows color (decimal): -3170158 or 9609423. OLE color: 9609423.

HSL color Cylindrical-coordinate representation of color #CFA092: hue angle of 13.77º degrees, saturation: 0.39, 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 #CFA092 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 146 -
CMYK 0 0.23 0.29 0.19
HSL 13.77º 0.39% 0.69% -
HSV(B) 13.77º 0.29% 0.81% -
XYZ 43.49 40.48 32.72 -
YUV 172.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 207 160 146 0 0.23 0.29 0.19 13.77 0.39 0.69
Hex CF A0 92 0 17 1D 13 E 27 45
Octal 317 240 222 0 27 35 23 16 47 105
Binary 11001111 10100000 10010010 0 10111 11101 10011 1110 100111 1000101

Color Harmonies of #CFA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA092

Black with #CFA092

Text Example


Text Example

White with #CFA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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