Html Css Color HEX #C38370 Brandy Rose

📋 copy color: '#C38370'

red 195 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #C38370

Tints of Brandy Rose #C38370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 44.52%
G = 29.91%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C38370 (or 0xC38370) is known color: Brandy Rose. HEX triplet: C3, 83 and 70. RGB value is (195,131,112). Sum of RGB (Red+Green+Blue) = 195+131+112=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C38370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38370 is #3C7C8F. Grayscale: #949494. Windows color (decimal): -3964048 or 7373763. OLE color: 7373763.

HSL color Cylindrical-coordinate representation of color #C38370: hue angle of 13.73º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38370 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 112 -
CMYK 0 0.33 0.43 0.24
HSL 13.73º 0.41% 0.6% -
HSV(B) 13.73º 0.43% 0.76% -
XYZ 33.55 29 19.16 -
YUV 147.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 195 131 112 0 0.33 0.43 0.24 13.73 0.41 0.6
Hex C3 83 70 0 21 2B 18 E 29 3C
Octal 303 203 160 0 41 53 30 16 51 74
Binary 11000011 10000011 1110000 0 100001 101011 11000 1110 101001 111100

Color Harmonies of #C38370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38370

Black with #C38370

Text Example


Text Example

White with #C38370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38370; }

 p { color: rgb(195,131,112); }

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

background-color css

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

 a { background-color: rgb(195,131,112); }

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

border-color css

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

 span { border-color: rgb(195,131,112); }

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