Html Css Color HEX #CF7226 Ochre

📋 copy color: '#CF7226'

red 207 ◦ green 114 ◦ blue 38

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

Shades of Ochre #CF7226

Tints of Ochre #CF7226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 57.66%
G = 31.75%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7226 (or 0xCF7226) is known color: Ochre. HEX triplet: CF, 72 and 26. RGB value is (207,114,38). Sum of RGB (Red+Green+Blue) = 207+114+38=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7226 is #308DD9. Grayscale: #858585. Windows color (decimal): -3182042 or 2519759. OLE color: 2519759.

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

Color convert

RGB 207 114 38 -
CMYK 0 0.45 0.82 0.19
HSL 26.98º 0.69% 0.48% -
HSV(B) 26.98º 0.82% 0.81% -
XYZ 32.1 25.44 5.05 -
YUV 133.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 207 114 38 0 0.45 0.82 0.19 26.98 0.69 0.48
Hex CF 72 26 0 2D 52 13 1B 45 30
Octal 317 162 46 0 55 122 23 33 105 60
Binary 11001111 1110010 100110 0 101101 1010010 10011 11011 1000101 110000

Color Harmonies of #CF7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7226

Black with #CF7226

Text Example


Text Example

White with #CF7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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