Html Css Color HEX #C38075 Brandy Rose

📋 copy color: '#C38075'

red 195 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #C38075

Tints of Brandy Rose #C38075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

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

R = 44.32%
G = 29.09%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C38075 (or 0xC38075) is known color: Brandy Rose. HEX triplet: C3, 80 and 75. RGB value is (195,128,117). Sum of RGB (Red+Green+Blue) = 195+128+117=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38075 is #3C7F8A. Grayscale: #929292. Windows color (decimal): -3964811 or 7700675. OLE color: 7700675.

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

Color convert

RGB 195 128 117 -
CMYK 0 0.34 0.4 0.24
HSL 8.46º 0.39% 0.61% -
HSV(B) 8.46º 0.4% 0.76% -
XYZ 33.44 28.32 20.53 -
YUV 146.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 195 128 117 0 0.34 0.4 0.24 8.46 0.39 0.61
Hex C3 80 75 0 22 28 18 8 27 3D
Octal 303 200 165 0 42 50 30 10 47 75
Binary 11000011 10000000 1110101 0 100010 101000 11000 1000 100111 111101

Color Harmonies of #C38075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38075

Black with #C38075

Text Example


Text Example

White with #C38075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38075; }

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

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

background-color css

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

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

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

border-color css

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

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

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