Html Css Color HEX #CE7725 Ochre

📋 copy color: '#CE7725'

red 206 ◦ green 119 ◦ blue 37

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

Shades of Ochre #CE7725

Tints of Ochre #CE7725

RGB

 RED value IS 206 (80.86% from 255) = 56.91%

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

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 56.91%
G = 32.87%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7725 (or 0xCE7725) is known color: Ochre. HEX triplet: CE, 77 and 25. RGB value is (206,119,37). Sum of RGB (Red+Green+Blue) = 206+119+37=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7725 is #3188DA. Grayscale: #888888. Windows color (decimal): -3246299 or 2455502. OLE color: 2455502.

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

Color convert

RGB 206 119 37 -
CMYK 0 0.42 0.82 0.19
HSL 29.11º 0.7% 0.48% -
HSV(B) 29.11º 0.82% 0.81% -
XYZ 32.38 26.45 5.15 -
YUV 135.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 206 119 37 0 0.42 0.82 0.19 29.11 0.7 0.48
Hex CE 77 25 0 2A 52 13 1D 46 30
Octal 316 167 45 0 52 122 23 35 106 60
Binary 11001110 1110111 100101 0 101010 1010010 10011 11101 1000110 110000

Color Harmonies of #CE7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7725

Black with #CE7725

Text Example


Text Example

White with #CE7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7725; }

 p { color: rgb(206,119,37); }

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

background-color css

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

 a { background-color: rgb(206,119,37); }

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

border-color css

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

 span { border-color: rgb(206,119,37); }

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