Html Css Color HEX #C38275 Brandy Rose

📋 copy color: '#C38275'

red 195 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #C38275

Tints of Brandy Rose #C38275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

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

R = 44.12%
G = 29.41%
B = 26.47%

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

#C38275 (or 0xC38275) is known color: Brandy Rose. HEX triplet: C3, 82 and 75. RGB value is (195,130,117). Sum of RGB (Red+Green+Blue) = 195+130+117=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C38275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38275 is #3C7D8A. Grayscale: #949494. Windows color (decimal): -3964299 or 7701187. OLE color: 7701187.

HSL color Cylindrical-coordinate representation of color #C38275: hue angle of 10º 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 #C38275 is Cyan = 0, Magento = 0.33, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 117 -
CMYK 0 0.33 0.4 0.24
HSL 10º 0.39% 0.61% -
HSV(B) 10º 0.4% 0.76% -
XYZ 33.7 28.85 20.62 -
YUV 147.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 195 130 117 0 0.33 0.4 0.24 10 0.39 0.61
Hex C3 82 75 0 21 28 18 A 27 3D
Octal 303 202 165 0 41 50 30 12 47 75
Binary 11000011 10000010 1110101 0 100001 101000 11000 1010 100111 111101

Color Harmonies of #C38275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38275

Black with #C38275

Text Example


Text Example

White with #C38275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38275; }

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

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

background-color css

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

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

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

border-color css

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

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

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