Html Css Color HEX #C2908E Rosy Brown

📋 copy color: '#C2908E'

red 194 ◦ green 144 ◦ blue 142

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

Shades of Rosy Brown #C2908E

Tints of Rosy Brown #C2908E

RGB

 RED value IS 194 (76.17% from 255) = 40.42%

 GREEN value IS 144 (56.64% from 255) = 30%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 40.42%
G = 30%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2908E (or 0xC2908E) is known color: Rosy Brown. HEX triplet: C2, 90 and 8E. RGB value is (194,144,142). Sum of RGB (Red+Green+Blue) = 194+144+142=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2908E is #3D6F71. Grayscale: #9E9E9E. Windows color (decimal): -4026226 or 9343170. OLE color: 9343170.

HSL color Cylindrical-coordinate representation of color #C2908E: hue angle of 2.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2908E is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 142 -
CMYK 0 0.26 0.27 0.24
HSL 2.31º 0.3% 0.66% -
HSV(B) 2.31º 0.27% 0.76% -
XYZ 37.1 33.37 30.08 -
YUV 158.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 194 144 142 0 0.26 0.27 0.24 2.31 0.3 0.66
Hex C2 90 8E 0 1A 1B 18 2 1E 42
Octal 302 220 216 0 32 33 30 2 36 102
Binary 11000010 10010000 10001110 0 11010 11011 11000 10 11110 1000010

Color Harmonies of #C2908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2908E

Black with #C2908E

Text Example


Text Example

White with #C2908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2908E; }

 p { color: rgb(194,144,142); }

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

background-color css

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

 a { background-color: rgb(194,144,142); }

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

border-color css

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

 span { border-color: rgb(194,144,142); }

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