Html Css Color HEX #CEA792 Rose

📋 copy color: '#CEA792'

red 206 ◦ green 167 ◦ blue 146

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

Shades of Rose #CEA792

Tints of Rose #CEA792

RGB

 RED value IS 206 (80.86% from 255) = 39.69%

 GREEN value IS 167 (65.63% from 255) = 32.18%

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

R = 39.69%
G = 32.18%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEA792 (or 0xCEA792) is known color: Rose. HEX triplet: CE, A7 and 92. RGB value is (206,167,146). Sum of RGB (Red+Green+Blue) = 206+167+146=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA792 is #31586D. Grayscale: #B0B0B0. Windows color (decimal): -3233902 or 9611214. OLE color: 9611214.

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

Color convert

RGB 206 167 146 -
CMYK 0 0.19 0.29 0.19
HSL 21º 0.38% 0.69% -
HSV(B) 21º 0.29% 0.81% -
XYZ 44.46 42.83 33.12 -
YUV 176.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 206 167 146 0 0.19 0.29 0.19 21 0.38 0.69
Hex CE A7 92 0 13 1D 13 15 26 45
Octal 316 247 222 0 23 35 23 25 46 105
Binary 11001110 10100111 10010010 0 10011 11101 10011 10101 100110 1000101

Color Harmonies of #CEA792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA792

Black with #CEA792

Text Example


Text Example

White with #CEA792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA792; }

 p { color: rgb(206,167,146); }

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

background-color css

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

 a { background-color: rgb(206,167,146); }

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

border-color css

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

 span { border-color: rgb(206,167,146); }

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