Html Css Color HEX #CFBB76 Yuma

📋 copy color: '#CFBB76'

red 207 ◦ green 187 ◦ blue 118

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

Shades of Yuma #CFBB76

Tints of Yuma #CFBB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 40.43%
G = 36.52%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFBB76 (or 0xCFBB76) is known color: Yuma. HEX triplet: CF, BB and 76. RGB value is (207,187,118). Sum of RGB (Red+Green+Blue) = 207+187+118=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB76 is #304489. Grayscale: #B9B9B9. Windows color (decimal): -3163274 or 7781327. OLE color: 7781327.

HSL color Cylindrical-coordinate representation of color #CFBB76: hue angle of 46.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFBB76 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 118 -
CMYK 0 0.10 0.43 0.19
HSL 46.52º 0.48% 0.64% -
HSV(B) 46.52º 0.43% 0.81% -
XYZ 46.77 50.11 24.35 -
YUV 185.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 207 187 118 0 0.10 0.43 0.19 46.52 0.48 0.64
Hex CF BB 76 0 A 2B 13 2F 30 40
Octal 317 273 166 0 12 53 23 57 60 100
Binary 11001111 10111011 1110110 0 1010 101011 10011 101111 110000 1000000

Color Harmonies of #CFBB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB76

Black with #CFBB76

Text Example


Text Example

White with #CFBB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB76; }

 p { color: rgb(207,187,118); }

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

background-color css

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

 a { background-color: rgb(207,187,118); }

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

border-color css

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

 span { border-color: rgb(207,187,118); }

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