Html Css Color HEX #C38372 Brandy Rose

📋 copy color: '#C38372'

red 195 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #C38372

Tints of Brandy Rose #C38372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 44.32%
G = 29.77%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38372 (or 0xC38372) is known color: Brandy Rose. HEX triplet: C3, 83 and 72. RGB value is (195,131,114). Sum of RGB (Red+Green+Blue) = 195+131+114=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38372 is #3C7C8D. Grayscale: #949494. Windows color (decimal): -3964046 or 7504835. OLE color: 7504835.

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

Color convert

RGB 195 131 114 -
CMYK 0 0.33 0.42 0.24
HSL 12.59º 0.4% 0.61% -
HSV(B) 12.59º 0.42% 0.76% -
XYZ 33.66 29.05 19.75 -
YUV 148.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 195 131 114 0 0.33 0.42 0.24 12.59 0.4 0.61
Hex C3 83 72 0 21 2A 18 D 28 3D
Octal 303 203 162 0 41 52 30 15 50 75
Binary 11000011 10000011 1110010 0 100001 101010 11000 1101 101000 111101

Color Harmonies of #C38372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38372

Black with #C38372

Text Example


Text Example

White with #C38372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38372; }

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

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

background-color css

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

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

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

border-color css

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

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

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