Html Css Color HEX #C39B3F Roti

📋 copy color: '#C39B3F'

red 195 ◦ green 155 ◦ blue 63

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

Shades of Roti #C39B3F

Tints of Roti #C39B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 63 (25% from 255) = 15.25%

R = 47.22%
G = 37.53%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C39B3F (or 0xC39B3F) is known color: Roti. HEX triplet: C3, 9B and 3F. RGB value is (195,155,63). Sum of RGB (Red+Green+Blue) = 195+155+63=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B3F is #3C64C0. Grayscale: #9C9C9C. Windows color (decimal): -3957953 or 4168643. OLE color: 4168643.

HSL color Cylindrical-coordinate representation of color #C39B3F: hue angle of 41.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C39B3F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 155 63 -
CMYK 0 0.21 0.68 0.24
HSL 41.82º 0.52% 0.51% -
HSV(B) 41.82º 0.68% 0.76% -
XYZ 35.12 35.4 9.68 -
YUV 156.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 195 155 63 0 0.21 0.68 0.24 41.82 0.52 0.51
Hex C3 9B 3F 0 15 44 18 2A 34 33
Octal 303 233 77 0 25 104 30 52 64 63
Binary 11000011 10011011 111111 0 10101 1000100 11000 101010 110100 110011

Color Harmonies of #C39B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B3F

Black with #C39B3F

Text Example


Text Example

White with #C39B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B3F; }

 p { color: rgb(195,155,63); }

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

background-color css

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

 a { background-color: rgb(195,155,63); }

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

border-color css

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

 span { border-color: rgb(195,155,63); }

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