Html Css Color HEX #CFB57C Yuma

📋 copy color: '#CFB57C'

red 207 ◦ green 181 ◦ blue 124

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

Shades of Yuma #CFB57C

Tints of Yuma #CFB57C

RGB

 RED value IS 207 (81.25% from 255) = 40.43%

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 40.43%
G = 35.35%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFB57C (or 0xCFB57C) is known color: Yuma. HEX triplet: CF, B5 and 7C. RGB value is (207,181,124). Sum of RGB (Red+Green+Blue) = 207+181+124=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB57C is #304A83. Grayscale: #B6B6B6. Windows color (decimal): -3164804 or 8173007. OLE color: 8173007.

HSL color Cylindrical-coordinate representation of color #CFB57C: hue angle of 41.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB57C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 124 -
CMYK 0 0.13 0.40 0.19
HSL 41.2º 0.46% 0.65% -
HSV(B) 41.2º 0.4% 0.81% -
XYZ 45.89 47.77 25.87 -
YUV 182.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 207 181 124 0 0.13 0.40 0.19 41.2 0.46 0.65
Hex CF B5 7C 0 D 28 13 29 2E 41
Octal 317 265 174 0 15 50 23 51 56 101
Binary 11001111 10110101 1111100 0 1101 101000 10011 101001 101110 1000001

Color Harmonies of #CFB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB57C

Black with #CFB57C

Text Example


Text Example

White with #CFB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB57C; }

 p { color: rgb(207,181,124); }

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

background-color css

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

 a { background-color: rgb(207,181,124); }

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

border-color css

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

 span { border-color: rgb(207,181,124); }

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