Html Css Color HEX #C3B67F Yuma

📋 copy color: '#C3B67F'

red 195 ◦ green 182 ◦ blue 127

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

Shades of Yuma #C3B67F

Tints of Yuma #C3B67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

 BLUE value IS 127 (50% from 255) = 25.2%

R = 38.69%
G = 36.11%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3B67F (or 0xC3B67F) is known color: Yuma. HEX triplet: C3, B6 and 7F. RGB value is (195,182,127). Sum of RGB (Red+Green+Blue) = 195+182+127=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B67F is #3C4980. Grayscale: #B3B3B3. Windows color (decimal): -3950977 or 8369859. OLE color: 8369859.

HSL color Cylindrical-coordinate representation of color #C3B67F: hue angle of 48.53º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3B67F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 182 127 -
CMYK 0 0.07 0.35 0.24
HSL 48.53º 0.36% 0.63% -
HSV(B) 48.53º 0.35% 0.76% -
XYZ 43.06 46.59 26.8 -
YUV 179.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 195 182 127 0 0.07 0.35 0.24 48.53 0.36 0.63
Hex C3 B6 7F 0 7 23 18 31 24 3F
Octal 303 266 177 0 7 43 30 61 44 77
Binary 11000011 10110110 1111111 0 111 100011 11000 110001 100100 111111

Color Harmonies of #C3B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B67F

Black with #C3B67F

Text Example


Text Example

White with #C3B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B67F; }

 p { color: rgb(195,182,127); }

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

background-color css

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

 a { background-color: rgb(195,182,127); }

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

border-color css

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

 span { border-color: rgb(195,182,127); }

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