Html Css Color HEX #CF7726 Ochre

📋 copy color: '#CF7726'

red 207 ◦ green 119 ◦ blue 38

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

Shades of Ochre #CF7726

Tints of Ochre #CF7726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 56.87%
G = 32.69%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7726 (or 0xCF7726) is known color: Ochre. HEX triplet: CF, 77 and 26. RGB value is (207,119,38). Sum of RGB (Red+Green+Blue) = 207+119+38=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7726 is #3088D9. Grayscale: #888888. Windows color (decimal): -3180762 or 2521039. OLE color: 2521039.

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

Color convert

RGB 207 119 38 -
CMYK 0 0.43 0.82 0.19
HSL 28.76º 0.69% 0.48% -
HSV(B) 28.76º 0.82% 0.81% -
XYZ 32.68 26.6 5.25 -
YUV 136.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 207 119 38 0 0.43 0.82 0.19 28.76 0.69 0.48
Hex CF 77 26 0 2B 52 13 1D 45 30
Octal 317 167 46 0 53 122 23 35 105 60
Binary 11001111 1110111 100110 0 101011 1010010 10011 11101 1000101 110000

Color Harmonies of #CF7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7726

Black with #CF7726

Text Example


Text Example

White with #CF7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7726; }

 p { color: rgb(207,119,38); }

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

background-color css

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

 a { background-color: rgb(207,119,38); }

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

border-color css

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

 span { border-color: rgb(207,119,38); }

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