Html Css Color HEX #C08C8B Rosy Brown

📋 copy color: '#C08C8B'

red 192 ◦ green 140 ◦ blue 139

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

Shades of Rosy Brown #C08C8B

Tints of Rosy Brown #C08C8B

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

 GREEN value IS 140 (55.08% from 255) = 29.72%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 40.76%
G = 29.72%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C08C8B (or 0xC08C8B) is known color: Rosy Brown. HEX triplet: C0, 8C and 8B. RGB value is (192,140,139). Sum of RGB (Red+Green+Blue) = 192+140+139=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08C8B is #3F7374. Grayscale: #9B9B9B. Windows color (decimal): -4158325 or 9145536. OLE color: 9145536.

HSL color Cylindrical-coordinate representation of color #C08C8B: hue angle of 1.13º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08C8B is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 139 -
CMYK 0 0.27 0.28 0.25
HSL 1.13º 0.3% 0.65% -
HSV(B) 1.13º 0.28% 0.75% -
XYZ 35.78 31.83 28.68 -
YUV 155.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 192 140 139 0 0.27 0.28 0.25 1.13 0.3 0.65
Hex C0 8C 8B 0 1B 1C 19 1 1E 41
Octal 300 214 213 0 33 34 31 1 36 101
Binary 11000000 10001100 10001011 0 11011 11100 11001 1 11110 1000001

Color Harmonies of #C08C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C8B

Black with #C08C8B

Text Example


Text Example

White with #C08C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C8B; }

 p { color: rgb(192,140,139); }

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

background-color css

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

 a { background-color: rgb(192,140,139); }

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

border-color css

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

 span { border-color: rgb(192,140,139); }

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