Html Css Color HEX #CF7426 Ochre

📋 copy color: '#CF7426'

red 207 ◦ green 116 ◦ blue 38

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

Shades of Ochre #CF7426

Tints of Ochre #CF7426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 57.34%
G = 32.13%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7426 (or 0xCF7426) is known color: Ochre. HEX triplet: CF, 74 and 26. RGB value is (207,116,38). Sum of RGB (Red+Green+Blue) = 207+116+38=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7426 is #308BD9. Grayscale: #868686. Windows color (decimal): -3181530 or 2520271. OLE color: 2520271.

HSL color Cylindrical-coordinate representation of color #CF7426: hue angle of 27.69º 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 #CF7426 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 38 -
CMYK 0 0.44 0.82 0.19
HSL 27.69º 0.69% 0.48% -
HSV(B) 27.69º 0.82% 0.81% -
XYZ 32.33 25.9 5.13 -
YUV 134.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 207 116 38 0 0.44 0.82 0.19 27.69 0.69 0.48
Hex CF 74 26 0 2C 52 13 1C 45 30
Octal 317 164 46 0 54 122 23 34 105 60
Binary 11001111 1110100 100110 0 101100 1010010 10011 11100 1000101 110000

Color Harmonies of #CF7426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7426

Black with #CF7426

Text Example


Text Example

White with #CF7426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7426; }

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

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

background-color css

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

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

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

border-color css

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

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

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