Html Css Color HEX #C38375 Brandy Rose

📋 copy color: '#C38375'

red 195 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #C38375

Tints of Brandy Rose #C38375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 44.02%
G = 29.57%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C38375 (or 0xC38375) is known color: Brandy Rose. HEX triplet: C3, 83 and 75. RGB value is (195,131,117). Sum of RGB (Red+Green+Blue) = 195+131+117=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38375 is #3C7C8A. Grayscale: #949494. Windows color (decimal): -3964043 or 7701443. OLE color: 7701443.

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

Color convert

RGB 195 131 117 -
CMYK 0 0.33 0.4 0.24
HSL 10.77º 0.39% 0.61% -
HSV(B) 10.77º 0.4% 0.76% -
XYZ 33.83 29.12 20.67 -
YUV 148.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 195 131 117 0 0.33 0.4 0.24 10.77 0.39 0.61
Hex C3 83 75 0 21 28 18 B 27 3D
Octal 303 203 165 0 41 50 30 13 47 75
Binary 11000011 10000011 1110101 0 100001 101000 11000 1011 100111 111101

Color Harmonies of #C38375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38375

Black with #C38375

Text Example


Text Example

White with #C38375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38375; }

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

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

background-color css

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

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

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

border-color css

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

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

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