Html Css Color HEX #C0837A Brandy Rose

📋 copy color: '#C0837A'

red 192 ◦ green 131 ◦ blue 122

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

Shades of Brandy Rose #C0837A

Tints of Brandy Rose #C0837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 43.15%
G = 29.44%
B = 27.42%

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

#C0837A (or 0xC0837A) is known color: Brandy Rose. HEX triplet: C0, 83 and 7A. RGB value is (192,131,122). Sum of RGB (Red+Green+Blue) = 192+131+122=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0837A is #3F7C85. Grayscale: #949494. Windows color (decimal): -4160646 or 8029120. OLE color: 8029120.

HSL color Cylindrical-coordinate representation of color #C0837A: hue angle of 7.71º degrees, saturation: 0.36, 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 #C0837A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 122 -
CMYK 0 0.32 0.36 0.25
HSL 7.71º 0.36% 0.62% -
HSV(B) 7.71º 0.36% 0.75% -
XYZ 33.37 28.84 22.22 -
YUV 148.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 192 131 122 0 0.32 0.36 0.25 7.71 0.36 0.62
Hex C0 83 7A 0 20 24 19 8 24 3E
Octal 300 203 172 0 40 44 31 10 44 76
Binary 11000000 10000011 1111010 0 100000 100100 11001 1000 100100 111110

Color Harmonies of #C0837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0837A

Black with #C0837A

Text Example


Text Example

White with #C0837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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