Html Css Color HEX #CFBB74 Yuma

📋 copy color: '#CFBB74'

red 207 ◦ green 187 ◦ blue 116

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

Shades of Yuma #CFBB74

Tints of Yuma #CFBB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 40.59%
G = 36.67%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFBB74 (or 0xCFBB74) is known color: Yuma. HEX triplet: CF, BB and 74. RGB value is (207,187,116). Sum of RGB (Red+Green+Blue) = 207+187+116=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB74 is #30448B. Grayscale: #B9B9B9. Windows color (decimal): -3163276 or 7650255. OLE color: 7650255.

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

Color convert

RGB 207 187 116 -
CMYK 0 0.10 0.44 0.19
HSL 46.81º 0.49% 0.63% -
HSV(B) 46.81º 0.44% 0.81% -
XYZ 46.65 50.07 23.73 -
YUV 184.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 207 187 116 0 0.10 0.44 0.19 46.81 0.49 0.63
Hex CF BB 74 0 A 2C 13 2F 31 3F
Octal 317 273 164 0 12 54 23 57 61 77
Binary 11001111 10111011 1110100 0 1010 101100 10011 101111 110001 111111

Color Harmonies of #CFBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB74

Black with #CFBB74

Text Example


Text Example

White with #CFBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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