Html Css Color HEX #C38975 Brandy Rose

📋 copy color: '#C38975'

red 195 ◦ green 137 ◦ blue 117

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

Shades of Brandy Rose #C38975

Tints of Brandy Rose #C38975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.51%

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

R = 43.43%
G = 30.51%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C38975 (or 0xC38975) is known color: Brandy Rose. HEX triplet: C3, 89 and 75. RGB value is (195,137,117). Sum of RGB (Red+Green+Blue) = 195+137+117=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C38975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38975 is #3C768A. Grayscale: #989898. Windows color (decimal): -3962507 or 7702979. OLE color: 7702979.

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

Color convert

RGB 195 137 117 -
CMYK 0 0.30 0.4 0.24
HSL 15.38º 0.39% 0.61% -
HSV(B) 15.38º 0.4% 0.76% -
XYZ 34.66 30.78 20.94 -
YUV 152.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 195 137 117 0 0.30 0.4 0.24 15.38 0.39 0.61
Hex C3 89 75 0 1E 28 18 F 27 3D
Octal 303 211 165 0 36 50 30 17 47 75
Binary 11000011 10001001 1110101 0 11110 101000 11000 1111 100111 111101

Color Harmonies of #C38975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38975

Black with #C38975

Text Example


Text Example

White with #C38975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38975; }

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

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

background-color css

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

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

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

border-color css

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

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

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