Html Css Color HEX #CCCFB0 Orinoco

📋 copy color: '#CCCFB0'

red 204 ◦ green 207 ◦ blue 176

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

Shades of Orinoco #CCCFB0

Tints of Orinoco #CCCFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.26%

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 34.75%
G = 35.26%
B = 29.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CCCFB0 (or 0xCCCFB0) is known color: Orinoco. HEX triplet: CC, CF and B0. RGB value is (204,207,176). Sum of RGB (Red+Green+Blue) = 204+207+176=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFB0 is #33304F. Grayscale: #CACACA. Windows color (decimal): -3354704 or 11587532. OLE color: 11587532.

HSL color Cylindrical-coordinate representation of color #CCCFB0: hue angle of 65.81º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCFB0 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 176 -
CMYK 0.01 0 0.15 0.19
HSL 65.81º 0.24% 0.75% -
HSV(B) 65.81º 0.15% 0.81% -
XYZ 55.05 60.6 49.87 -
YUV 202.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 204 207 176 0.01 0 0.15 0.19 65.81 0.24 0.75
Hex CC CF B0 1 0 F 13 42 18 4B
Octal 314 317 260 1 0 17 23 102 30 113
Binary 11001100 11001111 10110000 1 0 1111 10011 1000010 11000 1001011

Color Harmonies of #CCCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFB0

Black with #CCCFB0

Text Example


Text Example

White with #CCCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFB0; }

 p { color: rgb(204,207,176); }

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

background-color css

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

 a { background-color: rgb(204,207,176); }

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

border-color css

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

 span { border-color: rgb(204,207,176); }

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