Html Css Color HEX #C6908F Rosy Brown

📋 copy color: '#C6908F'

red 198 ◦ green 144 ◦ blue 143

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

Shades of Rosy Brown #C6908F

Tints of Rosy Brown #C6908F

RGB

 RED value IS 198 (77.73% from 255) = 40.82%

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

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 40.82%
G = 29.69%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6908F (or 0xC6908F) is known color: Rosy Brown. HEX triplet: C6, 90 and 8F. RGB value is (198,144,143). Sum of RGB (Red+Green+Blue) = 198+144+143=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6908F is #396F70. Grayscale: #A0A0A0. Windows color (decimal): -3764081 or 9408710. OLE color: 9408710.

HSL color Cylindrical-coordinate representation of color #C6908F: hue angle of 1.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6908F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 143 -
CMYK 0 0.27 0.28 0.22
HSL 1.09º 0.33% 0.67% -
HSV(B) 1.09º 0.28% 0.78% -
XYZ 38.22 33.94 30.52 -
YUV 160.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 198 144 143 0 0.27 0.28 0.22 1.09 0.33 0.67
Hex C6 90 8F 0 1B 1C 16 1 21 43
Octal 306 220 217 0 33 34 26 1 41 103
Binary 11000110 10010000 10001111 0 11011 11100 10110 1 100001 1000011

Color Harmonies of #C6908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6908F

Black with #C6908F

Text Example


Text Example

White with #C6908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6908F; }

 p { color: rgb(198,144,143); }

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

background-color css

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

 a { background-color: rgb(198,144,143); }

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

border-color css

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

 span { border-color: rgb(198,144,143); }

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