Html Css Color HEX #C37B7A Brandy Rose

📋 copy color: '#C37B7A'

red 195 ◦ green 123 ◦ blue 122

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

Shades of Brandy Rose #C37B7A

Tints of Brandy Rose #C37B7A

RGB

 RED value IS 195 (76.56% from 255) = 44.32%

 GREEN value IS 123 (48.44% from 255) = 27.95%

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

R = 44.32%
G = 27.95%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C37B7A (or 0xC37B7A) is known color: Brandy Rose. HEX triplet: C3, 7B and 7A. RGB value is (195,123,122). Sum of RGB (Red+Green+Blue) = 195+123+122=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B7A is #3C8485. Grayscale: #909090. Windows color (decimal): -3966086 or 8027075. OLE color: 8027075.

HSL color Cylindrical-coordinate representation of color #C37B7A: hue angle of 0.82º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37B7A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 123 122 -
CMYK 0 0.37 0.37 0.24
HSL 0.82º 0.38% 0.62% -
HSV(B) 0.82º 0.37% 0.76% -
XYZ 33.1 27.17 21.91 -
YUV 144.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 195 123 122 0 0.37 0.37 0.24 0.82 0.38 0.62
Hex C3 7B 7A 0 25 25 18 1 26 3E
Octal 303 173 172 0 45 45 30 1 46 76
Binary 11000011 1111011 1111010 0 100101 100101 11000 1 100110 111110

Color Harmonies of #C37B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B7A

Black with #C37B7A

Text Example


Text Example

White with #C37B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B7A; }

 p { color: rgb(195,123,122); }

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

background-color css

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

 a { background-color: rgb(195,123,122); }

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

border-color css

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

 span { border-color: rgb(195,123,122); }

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