Html Css Color HEX #C38175 Brandy Rose

📋 copy color: '#C38175'

red 195 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #C38175

Tints of Brandy Rose #C38175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 44.22%
G = 29.25%
B = 26.53%

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

#C38175 (or 0xC38175) is known color: Brandy Rose. HEX triplet: C3, 81 and 75. RGB value is (195,129,117). Sum of RGB (Red+Green+Blue) = 195+129+117=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38175 is #3C7E8A. Grayscale: #939393. Windows color (decimal): -3964555 or 7700931. OLE color: 7700931.

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

Color convert

RGB 195 129 117 -
CMYK 0 0.34 0.4 0.24
HSL 9.23º 0.39% 0.61% -
HSV(B) 9.23º 0.4% 0.76% -
XYZ 33.57 28.59 20.58 -
YUV 147.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 195 129 117 0 0.34 0.4 0.24 9.23 0.39 0.61
Hex C3 81 75 0 22 28 18 9 27 3D
Octal 303 201 165 0 42 50 30 11 47 75
Binary 11000011 10000001 1110101 0 100010 101000 11000 1001 100111 111101

Color Harmonies of #C38175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38175

Black with #C38175

Text Example


Text Example

White with #C38175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38175; }

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

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

background-color css

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

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

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

border-color css

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

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

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