Html Css Color HEX #CC750B Ochre

📋 copy color: '#CC750B'

red 204 ◦ green 117 ◦ blue 11

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

Shades of Ochre #CC750B

Tints of Ochre #CC750B

RGB

 RED value IS 204 (80.08% from 255) = 61.45%

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 61.45%
G = 35.24%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC750B (or 0xCC750B) is known color: Ochre. HEX triplet: CC, 75 and 0B. RGB value is (204,117,11). Sum of RGB (Red+Green+Blue) = 204+117+11=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC750B is #338AF4. Grayscale: #838383. Windows color (decimal): -3377909 or 751052. OLE color: 751052.

HSL color Cylindrical-coordinate representation of color #CC750B: hue angle of 32.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC750B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 11 -
CMYK 0 0.43 0.95 0.2
HSL 32.95º 0.9% 0.42% -
HSV(B) 32.95º 0.95% 0.8% -
XYZ 31.32 25.58 3.6 -
YUV 130.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 204 117 11 0 0.43 0.95 0.2 32.95 0.9 0.42
Hex CC 75 B 0 2B 5F 14 21 5A 2A
Octal 314 165 13 0 53 137 24 41 132 52
Binary 11001100 1110101 1011 0 101011 1011111 10100 100001 1011010 101010

Color Harmonies of #CC750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC750B

Black with #CC750B

Text Example


Text Example

White with #CC750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC750B; }

 p { color: rgb(204,117,11); }

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

background-color css

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

 a { background-color: rgb(204,117,11); }

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

border-color css

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

 span { border-color: rgb(204,117,11); }

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