Html Css Color HEX #C0837B Brandy Rose

📋 copy color: '#C0837B'

red 192 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #C0837B

Tints of Brandy Rose #C0837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 43.05%
G = 29.37%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0837B (or 0xC0837B) is known color: Brandy Rose. HEX triplet: C0, 83 and 7B. RGB value is (192,131,123). Sum of RGB (Red+Green+Blue) = 192+131+123=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0837B is #3F7C84. Grayscale: #949494. Windows color (decimal): -4160645 or 8094656. OLE color: 8094656.

HSL color Cylindrical-coordinate representation of color #C0837B: hue angle of 6.96º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0837B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 123 -
CMYK 0 0.32 0.36 0.25
HSL 6.96º 0.35% 0.62% -
HSV(B) 6.96º 0.36% 0.75% -
XYZ 33.43 28.87 22.55 -
YUV 148.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 192 131 123 0 0.32 0.36 0.25 6.96 0.35 0.62
Hex C0 83 7B 0 20 24 19 7 23 3E
Octal 300 203 173 0 40 44 31 7 43 76
Binary 11000000 10000011 1111011 0 100000 100100 11001 111 100011 111110

Color Harmonies of #C0837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0837B

Black with #C0837B

Text Example


Text Example

White with #C0837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0837B; }

 p { color: rgb(192,131,123); }

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

background-color css

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

 a { background-color: rgb(192,131,123); }

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

border-color css

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

 span { border-color: rgb(192,131,123); }

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